ModernOSWeather/scripts/install.sh

9 lines
215 B
Bash
Raw Normal View History

#!/bin/bash
# Update daemon files
/usr/bin/cp -ur $DIR/services/* ~/.config/systemd/user
# Daemon launch
/usr/bin/systemctl --user daemon-reload
/usr/bin/systemctl --user enable wthrc.service
echo "Done installer"