Skip to content

Commit

Permalink
removing old code. DUH!
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared-Bloomer committed Aug 26, 2024
1 parent 774ab6d commit 5eb69b4
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions root/etc/s6-overlay/s6-rc.d/init-mod-netbox-slurpit-install/run
Original file line number Diff line number Diff line change
@@ -1,30 +1,5 @@
#!/usr/bin/with-contenv bash

# This is an install script that is designed to run after init-mods-package-install
# so it can take advantage of packages installed
# init-mods-end depends on this script so that later init and services wait until this script exits

echo "**** Installing Netbox SlurpIT plugin ****"
echo "**** see https://netboxlabs.com/netbox-plugins/ for more information ****"

if ! command -v python3; then
echo "**** Python3 is not installed ****"
exit 1
else:
if [ -f /lsiopy/bin/python3 ]; then
source /lsiopy/bin/activate
/lsiopy/bin/python3 -m pip install --no-cache-dir slurpit_netbox
echo "Please update configuration.py to include "
echo "PLUGINS = ['slurpit_netbox']"
/lsiopy/bin/deactivate
else:
echo "/lsiopy/bin/python3 not found!"
exit 1
fi
fi

#!/usr/bin/with-contenv bash

if ! pip list 2> /dev/null | grep -q "slurpit_netbox"; then
echo "**** Adding slurpit_netbox and their deps to package install lists ****"
echo "\
Expand Down

0 comments on commit 5eb69b4

Please sign in to comment.