From 525de48bb4518cf98efb825148e5884767c79112 Mon Sep 17 00:00:00 2001 From: 1kamma Date: Sat, 18 Jun 2022 18:06:33 +0300 Subject: [PATCH] lets see --- saretlinux.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/saretlinux.sh b/saretlinux.sh index a9af660..c201b9e 100644 --- a/saretlinux.sh +++ b/saretlinux.sh @@ -8,8 +8,10 @@ echo $s if [ "$s" = 'VERSION="9 (stretch)"' ]; then echo $s - curl -sSL https://www.googleapis.com/drive/v3/files/1T9QJRJf-PudtnOc_LWWlcaGzmlFetj8l?alt=media&key=AIzaSyCy8ppkVWYQFSznbe1SHuAITSZ-ux_ZCZk >DebianMachine.pub - curl -sSL https://www.googleapis.com/drive/v3/files/1etRrxKbD57DCyZiqhA7uOMWHzHAsclyQ?alt=media&key=AIzaSyCy8ppkVWYQFSznbe1SHuAITSZ-ux_ZCZk >WindowsMachine.pub + curl -sSL "https://www.googleapis.com/drive/v3/files/1T9QJRJf-PudtnOc_LWWlcaGzmlFetj8l?alt=media&key=AIzaSyCy8ppkVWYQFSznbe1SHuAITSZ-ux_ZCZk" >DebianMachine.pub + curl -sSL "https://www.googleapis.com/drive/v3/files/1etRrxKbD57DCyZiqhA7uOMWHzHAsclyQ?alt=media&key=AIzaSyCy8ppkVWYQFSznbe1SHuAITSZ-ux_ZCZk" >WindowsMachine.pub + curl -sSL "https://www.googleapis.com/drive/v3/files/1qPxPILbk9X2wK4nbXnyGCOZs-jjq6NXZ?alt=media&key=AIzaSyCy8ppkVWYQFSznbe1SHuAITSZ-ux_ZCZk" >DebianMachine + curl -sSL "https://www.googleapis.com/drive/v3/files/10y_s7IHOyqqUfdWB-HwRfYOy2EGlEAro?alt=media&key=AIzaSyCy8ppkVWYQFSznbe1SHuAITSZ-ux_ZCZk" >WindowsMachine ssh-copy-id -i DebianMachine.pub saret@libre-computer ssh-copy-id -i WindowsMachine.pub saret@libre-computer sudo tee /etc/apt/sources.list <