added ntfy
This commit is contained in:
@@ -123,6 +123,15 @@ if [ "$HOST" = "libre-computer" ];
|
|||||||
then
|
then
|
||||||
su -c 'wget -O - "https://connect.jfrog.io/install_connect" | sh -s VBr9r2byCYKNaE3rgZwYZANg8BueGk3HAQ Server'
|
su -c 'wget -O - "https://connect.jfrog.io/install_connect" | sh -s VBr9r2byCYKNaE3rgZwYZANg8BueGk3HAQ Server'
|
||||||
curl -sSL "https://www.googleapis.com/drive/v3/files/12E1DAwQaQUT7lWOs1EhTD5Xk_sAnGqjo?alt=media&key=AIzaSyCy8ppkVWYQFSznbe1SHuAITSZ-ux_ZCZk" >/home/saret/.ssh/LibreGithub
|
curl -sSL "https://www.googleapis.com/drive/v3/files/12E1DAwQaQUT7lWOs1EhTD5Xk_sAnGqjo?alt=media&key=AIzaSyCy8ppkVWYQFSznbe1SHuAITSZ-ux_ZCZk" >/home/saret/.ssh/LibreGithub
|
||||||
|
curl -fsSL https://archive.heckel.io/apt/pubkey.txt | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/archive.heckel.io.gpg
|
||||||
|
tee /etc/apt/sources.list.d/archive.heckel.io.list <<EOF
|
||||||
|
deb https://archive.heckel.io/apt debian main
|
||||||
|
deb-src https://archive.heckel.io/apt debian main
|
||||||
|
EOF
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install ntfy
|
||||||
|
#sudo systemctl enable ntfy
|
||||||
|
#sudo systemctl start ntfy
|
||||||
tee /home/saret/.ssh/config <<EOF
|
tee /home/saret/.ssh/config <<EOF
|
||||||
Host GitHub
|
Host GitHub
|
||||||
Hostname ssh.github.com
|
Hostname ssh.github.com
|
||||||
@@ -220,7 +229,15 @@ EOF
|
|||||||
elif [ "$HOST" = "tritium-h5" ]; then
|
elif [ "$HOST" = "tritium-h5" ]; then
|
||||||
curl -sSL "https://www.googleapis.com/drive/v3/files/12E1DAwQaQUT7lWOs1EhTD5Xk_sAnGqjo?alt=media&key=AIzaSyCy8ppkVWYQFSznbe1SHuAITSZ-ux_ZCZk" >/home/saret/.ssh/LibreGithub
|
curl -sSL "https://www.googleapis.com/drive/v3/files/12E1DAwQaQUT7lWOs1EhTD5Xk_sAnGqjo?alt=media&key=AIzaSyCy8ppkVWYQFSznbe1SHuAITSZ-ux_ZCZk" >/home/saret/.ssh/LibreGithub
|
||||||
su -c 'wget -O - "https://connect.jfrog.io/install_connect" | sh -s VBr9r2byCYKNaE3rgZwYZANg8BueGk3HAQ Server'
|
su -c 'wget -O - "https://connect.jfrog.io/install_connect" | sh -s VBr9r2byCYKNaE3rgZwYZANg8BueGk3HAQ Server'
|
||||||
|
curl -fsSL https://archive.heckel.io/apt/pubkey.txt | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/archive.heckel.io.gpg
|
||||||
|
tee /etc/apt/sources.list.d/archive.heckel.io.list <<EOF
|
||||||
|
deb https://archive.heckel.io/apt debian main
|
||||||
|
deb-src https://archive.heckel.io/apt debian main
|
||||||
|
EOF
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install ntfy
|
||||||
|
sudo systemctl enable ntfy
|
||||||
|
sudo systemctl start ntfy
|
||||||
tee /home/saret/.ssh/config <<EOF
|
tee /home/saret/.ssh/config <<EOF
|
||||||
Host GitHub
|
Host GitHub
|
||||||
Hostname ssh.github.com
|
Hostname ssh.github.com
|
||||||
|
Reference in New Issue
Block a user