added starship fish for debian

This commit is contained in:
Raven Scott
2022-07-26 13:37:32 -04:00
parent 0e3889bb38
commit c5a2692f03
7 changed files with 61 additions and 19 deletions

View File

@ -15,13 +15,13 @@ notif "Welcome to the Code-Server Automated installer for Discord-Linux ARM, We
apt update
DEBIAN_FRONTEND=noninteractive apt upgrade -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -y
wget -q https://github.com/coder/code-server/releases/download/v4.5.0/code-server_4.5.0_arm64.deb
wget -q https://github.com/coder/code-server/releases/download/v4.5.1/code-server_4.5.1_arm64.deb
notif "Installing Code-Server code-server_4.5.0_arm64.deb using DPKG"
notif "Installing Code-Server code-server_4.5.1_arm64.deb using DPKG"
dpkg -i code-server_4.5.0_arm64.deb
dpkg -i code-server_4.5.1_arm64.deb
rm -f code-server_4.5.0_arm64.deb
rm -f code-server_4.5.1_arm64.deb
notif "Downloading our configurations"

View File

@ -20,13 +20,13 @@ notif "Welcome to the Code-Server Automated installer for Discord-Linux ARM, We
apt update
DEBIAN_FRONTEND=noninteractive apt upgrade -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -y
wget -q https://github.com/coder/code-server/releases/download/v4.5.0/code-server_4.5.0_arm64.deb
wget -q https://github.com/coder/code-server/releases/download/v4.5.0/code-server_4.5.1_arm64.deb
notif "Installing Code-Server code-server_4.5.0_arm64.deb using DPKG"
notif "Installing Code-Server code-server_4.5.1_arm64.deb using DPKG"
dpkg -i code-server_4.5.0_arm64.deb
dpkg -i code-server_4.5.1_arm64.deb
rm -f code-server_4.5.0_arm64.deb
rm -f code-server_4.5.1_arm64.deb
notif "Downloading our configurations"

View File

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