Getting Starship worked out with a config style

This commit is contained in:
Raven Scott
2022-06-25 19:42:27 -05:00
parent 7fd99350c3
commit c4488915c2
14 changed files with 119 additions and 5 deletions

View File

@ -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