add test collection for debian

This commit is contained in:
2026-04-06 13:51:31 -04:00
parent 7c4d0d1e11
commit 69d548b0d4
4 changed files with 345 additions and 30 deletions

9
debian/install.sh vendored
View File

@@ -3,6 +3,9 @@
#move to script directory so all relative paths work
cd "$(dirname "$0")"
#collect configuration variables (writes resources/config.sh)
. ./configure.sh
#includes
. ./resources/config.sh
. ./resources/colors.sh
@@ -25,6 +28,10 @@ apt-get install -y dialog
apt-get install -y nano
apt-get install -y net-tools
apt-get install -y gpg
apt-get install -y git
#Git global config, credential store, and safe directory
resources/git.sh
#SNMP
apt-get install -y snmpd
@@ -65,4 +72,4 @@ resources/switch.sh
server_address=$(hostname -I)
#add the database schema, user and groups
resources/finish.sh
resources/finish.sh