Split package configuration to another script
This commit is contained in:
parent
88a533d217
commit
a0af4c6e2f
2 changed files with 6 additions and 4 deletions
|
|
@ -22,7 +22,3 @@ youtube-dl \
|
||||||
"
|
"
|
||||||
|
|
||||||
sudo apt-get install --yes ${DEB_PKGS}
|
sudo apt-get install --yes ${DEB_PKGS}
|
||||||
sudo usermod --append --groups docker ${USER}
|
|
||||||
|
|
||||||
systemctl --user enable syncthing.service
|
|
||||||
systemctl --user start syncthing.service
|
|
||||||
|
|
|
||||||
6
.config/setup/02-setup-packages.sh
Executable file
6
.config/setup/02-setup-packages.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#! /usr/bin/sh
|
||||||
|
|
||||||
|
sudo usermod --append --groups docker ${USER}
|
||||||
|
|
||||||
|
systemctl --user enable syncthing.service
|
||||||
|
systemctl --user start syncthing.service
|
||||||
Loading…
Add table
Add a link
Reference in a new issue