Update setup_nautobot.sh

This commit is contained in:
dimon 2025-11-13 21:32:10 +00:00
parent 5a9333d58e
commit 1953b098f1

View File

@ -0,0 +1,9 @@
#!/bin/sh
# Setup basic programs
sh /setup_programs.sh
# Setup environment
apt install -y git python3 python3-pip
# Create user
useradd --system --shell /bin/bash --create-home --home-dir /opt/nautobot nautobot