Update setup_nautobot.sh
This commit is contained in:
parent
5a9333d58e
commit
1953b098f1
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user