Split package configuration to another script

This commit is contained in:
Ohad Livne 2025-06-04 22:44:38 +03:00
parent 88a533d217
commit a0af4c6e2f
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
2 changed files with 6 additions and 4 deletions

View file

@ -22,7 +22,3 @@ youtube-dl \
"
sudo apt-get install --yes ${DEB_PKGS}
sudo usermod --append --groups docker ${USER}
systemctl --user enable syncthing.service
systemctl --user start syncthing.service