forked from snxraven/autoinstallers
Getting Starship worked out with a config style
This commit is contained in:
@ -12,7 +12,7 @@ notif "We have installed rsyslog restarting requrired services"
|
||||
sleep 2
|
||||
service ssh stop
|
||||
sleep 2
|
||||
service rsyslog start
|
||||
systemctl start rsyslog
|
||||
sleep 2
|
||||
service ssh start
|
||||
sleep 2
|
||||
@ -34,7 +34,7 @@ chmod +x /var/tools/firewallctl
|
||||
notif "Downloading the secuNotify service and enabling it to run on boot"
|
||||
sleep 2
|
||||
wget -O /etc/systemd/system/secuNotify.service https://ssh.surf/install/secu/secuNotify.service
|
||||
sed -i 's/service ssh start/service rsyslog start \&\& service ssh start \&\& service secuNotify start/g' /start.sh
|
||||
sed -i 's/service ssh start/systemctl start rsyslog \&\& service ssh start \&\& service secuNotify start/g' /start.sh
|
||||
sleep 2
|
||||
service apache2 restart
|
||||
sleep 2
|
||||
|
Reference in New Issue
Block a user