Files
dotfiles/modules/11-syncthing.sh
T

8 lines
274 B
Bash

#!/bin/bash
source ./modules/00-library.sh &&
ensure_package_is_installed syncthing &&
ensure_user_folder_present ~/.config/systemd/user &&
synchronize_user_folder ./sources/syncthing/syncthing.service ~/.config/systemd/user &&
ensure_user_service_active syncthing