From 98b0f52e623288167c99b84aeaec3dc060e42c46 Mon Sep 17 00:00:00 2001 From: 1kamma Date: Sat, 18 Jun 2022 17:24:55 +0300 Subject: [PATCH] ssh keys --- saretlinux.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/saretlinux.sh b/saretlinux.sh index 6061196..ecb7b68 100644 --- a/saretlinux.sh +++ b/saretlinux.sh @@ -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 <