Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared-Bloomer committed Aug 26, 2024
1 parent 5a61413 commit 7b292df
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ****"
Expand Down

0 comments on commit 7b292df

Please sign in to comment.