Fix cp error
This commit is contained in:
parent
f51229600b
commit
956a078896
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue