We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210b846 commit 2fc3e62Copy full SHA for 2fc3e62
install/netbox-install.sh
@@ -56,6 +56,7 @@ RELEASE=$(curl -fsSL https://api.github.com/repos/netbox-community/netbox/releas
56
curl -fsSL "https://github.com/netbox-community/netbox/archive/refs/tags/v${RELEASE}.zip" -o "v${RELEASE}.zip"
57
$STD unzip "v${RELEASE}.zip"
58
mv /opt/netbox-"${RELEASE}"/ /opt/netbox
59
+mkdir -p /opt/netbox/netbox/media
60
61
$STD adduser --system --group netbox
62
chown --recursive netbox /opt/netbox/netbox/media/
0 commit comments