Fix cp error

This commit is contained in:
dataprolet 2024-05-27 11:49:34 +00:00
parent f51229600b
commit 956a078896
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
mkdir -p "~/.config/systemd/user"
# Copy unit files
cp theme-switcher.{timer,service} "~/.config/systemd/user"
cp theme-switcher.service "~/.config/systemd/user"
cp theme-switcher.timer "~/.config/systemd/user"
# Add username to service file
sed -i "s/username/$(whoami)/g" ~/.config/systemd/user/theme-switcher.service