This commit is contained in:
2022-06-18 17:24:55 +03:00
parent 3247960875
commit 98b0f52e62

View File

@@ -8,6 +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
ssh-copy-id -i DebianMachine.pub saret@libre-computer
ssh-copy-id -i WindowsMachine.pub saret@libre-computer
sudo tee /etc/apt/sources.list <<EOF
deb http://cdn-aws.deb.debian.org/debian stretch main
deb http://security.debian.org/debian-security stretch/updates main