forked from Shinonome/caelestia-cli
install: fix discord
This commit is contained in:
@@ -24,12 +24,12 @@ if test -d $systemd
|
|||||||
|
|
||||||
echo "[Service]
|
echo "[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=$discord/monitor/update.fish" > $systemd/$discord-monitor-scheme.service
|
ExecStart=$discord/monitor/update.fish" > $systemd/discord-monitor-scheme.service
|
||||||
cp $discord/monitor/discord-monitor-scheme.path $systemd/$discord-monitor-scheme.path
|
cp $discord/monitor/discord-monitor-scheme.path $systemd/discord-monitor-scheme.path
|
||||||
|
|
||||||
systemctl --user daemon-reload
|
systemctl --user daemon-reload
|
||||||
systemctl --user enable --now $discord-monitor-scheme.path
|
systemctl --user enable --now discord-monitor-scheme.path
|
||||||
systemctl --user start $discord-monitor-scheme.service
|
systemctl --user start discord-monitor-scheme.service
|
||||||
end
|
end
|
||||||
|
|
||||||
# Link themes to client config
|
# Link themes to client config
|
||||||
|
|||||||
Reference in New Issue
Block a user