ensuring the modules can be run as standalone scripts

This commit is contained in:
aminnairi
2026-03-16 06:03:23 +01:00
parent 3e7c90e9b4
commit 61977702cf
16 changed files with 33 additions and 19 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
#!/bin/bash
ensure_package_is_installed syncthing &&
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