From 1953b098f1346479e9d511ff0d5387190cab1342 Mon Sep 17 00:00:00 2001 From: dimon Date: Thu, 13 Nov 2025 21:32:10 +0000 Subject: [PATCH] Update setup_nautobot.sh --- setup_nautobot.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/setup_nautobot.sh b/setup_nautobot.sh index e69de29..bb9df89 100644 --- a/setup_nautobot.sh +++ b/setup_nautobot.sh @@ -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