diff options
Diffstat (limited to '.config/yadm/scripts/bootstrap')
-rwxr-xr-x | .config/yadm/scripts/bootstrap/gammastep/bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/yadm/scripts/bootstrap/gammastep/bootstrap b/.config/yadm/scripts/bootstrap/gammastep/bootstrap index d3cedd1..7e023e2 100755 --- a/.config/yadm/scripts/bootstrap/gammastep/bootstrap +++ b/.config/yadm/scripts/bootstrap/gammastep/bootstrap @@ -5,7 +5,7 @@ sudo pacman -Sy gammastep if [[ -f "$HOME/.password-store/latitude.gpg" ]]; then sudo ln -s "$HOME/.config/gammastep/systemd/gammastep-user@.service" /etc/systemd/user/ - systemctl --user enable "gammastep-user$(pass latitude):$(pass longitude)" --now + systemctl --user enable "gammastep-user@$(pass latitude):$(pass longitude)" --now else echo "[gammastep] setup pass and insert latitude and longitude first to enable the service unit." echo "[gammastep] press Enter to acknowledge" |