diff --git a/install.sh b/install.sh index 458bbba..fa0177b 100644 --- a/install.sh +++ b/install.sh @@ -1,11 +1,7 @@ -apt update -apt install -y python3 rclone fuse - if [ ! -f /root/.ssh/id_rsa.pub ] then echo no ssh key, generate: rsa without password exit 1 fi - echo echo Add the following key to your remote sftp: cat /root/.ssh/id_rsa.pub @@ -13,6 +9,9 @@ echo echo Press enter to continue read +apt update +apt install -y python3 rclone fuse + cp -n rclone.conf /root/.config/rclone/rclone.conf cp nman.service /etc/systemd/system/ cp nman.timer /etc/systemd/system/