This commit is contained in:
1kamma
2022-08-05 01:40:51 +03:00
committed by GitHub
parent 8453c463f2
commit 9314125bc8

View File

@@ -19,6 +19,7 @@ if [ "$(ls /home |grep saret)" != "saret" ]; then
ssh-copy-id -i ./DebianMachine.pub saret@192.168.1.17 ssh-copy-id -i ./DebianMachine.pub saret@192.168.1.17
ssh-copy-id -i ./WindowsMachine.pub saret@192.168.1.17 ssh-copy-id -i ./WindowsMachine.pub saret@192.168.1.17
sudo reboot sudo reboot
su $username
fi fi
if [ "$(ls -a /usr/bin/ |grep googl)" != "google-drive-ocamlfuse" ]; then if [ "$(ls -a /usr/bin/ |grep googl)" != "google-drive-ocamlfuse" ]; then
sudo apt install -y software-properties-common dirmngr sudo apt install -y software-properties-common dirmngr