forked from snxraven/autoinstallers
added starship fish for debian
This commit is contained in:
@ -1,14 +1,16 @@
|
||||
#!/bin/bash
|
||||
0#!/bin/bash
|
||||
echo "Welcome to the secuNotify security system installer"
|
||||
echo "This will install the secuNotify security system service for systemd"
|
||||
wget -q -O - https://ssh.surf/notify | bash
|
||||
|
||||
|
||||
notif "Welcome to the secuNotify security system installer, We are preparing your installation..."
|
||||
sleep 2
|
||||
apt update
|
||||
DEBIAN_FRONTEND=noninteractive apt upgrade -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -y
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y install rsyslog
|
||||
notif "We have installed rsyslog restarting requrired services"
|
||||
sh /var/tools/getsystemctl.sh
|
||||
sleep 2
|
||||
service ssh stop
|
||||
sleep 2
|
||||
|
Reference in New Issue
Block a user