diff --git a/manjaro.sh b/manjaro.sh index 0d0efef..3497b15 100755 --- a/manjaro.sh +++ b/manjaro.sh @@ -45,10 +45,7 @@ yay -S python-black python-blackdoc python-pyment python-isort \ eslint_d eslint jq yamlfmt shfmt prettierd # file sync -yay -S syncthings rclone dropbox -sudo systemctl edit syncthing@hjalmarlucius.service # uncomment AmbientCapabilities -sudo setcap CAP_CHOWN,CAP_FOWNER=pe /usr/bin/syncthing -sudo systemctl enable --now syncthing@hjalmarlucius.service +yay -S rclone dropbox systemctl --user daemon-reload rclone config # follow instructions and paste creds from https://console.cloud.google.com/apis/credentials systemctl --now --user enable rclone-gdrive diff --git a/ufw.sh b/ufw.sh index 642bf65..8ae036c 100755 --- a/ufw.sh +++ b/ufw.sh @@ -9,7 +9,6 @@ ufw default deny incoming ufw default allow outgoing ufw allow "SSH" ufw allow "qBittorrent" -ufw allow "syncthing" ufw allow "WWW Full" ufw allow in 10000:10100/tcp comment "generic tcp"