mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
refactoring
This commit is contained in:
parent
5a61413747
commit
7b292dfbcb
@ -3,11 +3,7 @@
|
||||
if ! pip list 2> /dev/null | grep -q "slurpit_netbox"; then
|
||||
echo "**** Adding slurpit_netbox and their deps to package install lists ****"
|
||||
echo "\
|
||||
setuptools" >> /mod-pip-packages-to-install.list
|
||||
if [ $(arch) = "x86_64" ]; then
|
||||
echo "setuptools" >> /mod-pip-packages-to-install.list
|
||||
fi
|
||||
echo "\
|
||||
setuptools \
|
||||
slurpit_netbox" >> /mod-pip-packages-to-install.list
|
||||
else
|
||||
echo "**** slurpit_netbox already installed, skipping ****"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user