sdadsa
This commit is contained in:
Minecon724 2023-11-01 14:46:38 +01:00
parent 4023167b91
commit 8912b49e92
1 changed files with 3 additions and 4 deletions

View File

@ -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/