making slack work again
This commit is contained in:
10
slack/prod/tsys-base/scripts/postinstall
Executable file
10
slack/prod/tsys-base/scripts/postinstall
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
ISUCS="$(hostname |grep ucs -c)"
|
||||
|
||||
if [ $ISUCS -ne 0 ]; then
|
||||
echo "Do not run this on ucs host. Exiting..."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
apt -y install htop glances sssd-ad dstat ladvd snmpd ntp tcpdump autofs
|
Reference in New Issue
Block a user