Fix cp error
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user