Update installer.sh

This commit is contained in:
dataprolet 2024-05-27 13:04:20 +00:00
parent aecfb9bd93
commit 2dc7143b41
1 changed files with 1 additions and 2 deletions

View File

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