refactoring

This commit is contained in:
Jared-Bloomer 2024-08-26 16:56:20 -04:00
parent 5a61413747
commit 7b292dfbcb

View File

@ -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 ****"