diff --git a/scripts/syncthing-install.sh b/scripts/syncthing-install.sh new file mode 100755 index 0000000..14f5c29 --- /dev/null +++ b/scripts/syncthing-install.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +# Debian/Ubuntu packages +# https://apt.syncthing.net/ + +# Configuration +# https://docs.syncthing.net/users/config.html + +# Autostart +# https://docs.syncthing.net/users/autostart.html + +sudo systemctl enable syncthing@lachtan +sudo systemctl start syncthing@lachtan +