Updated hyprsolusctl
This commit is contained in:
parent
dab6392d04
commit
bc22cc40e0
|
|
@ -82,12 +82,14 @@ update () {
|
|||
git fetch origin --all
|
||||
git pull origin main
|
||||
|
||||
echo "(hyprsolus) Updating additional scripts if needed."
|
||||
sudo cp -u "${HYPRSOLUS_PATH}/hyprsolusctl" "$HYPRSOLUSCTL_PATH"
|
||||
sudo cp -ru "${HYPRSOLUS_PATH}/systemd" "$HOME/.config/systemd/"
|
||||
systemctl --user daemon-reload
|
||||
|
||||
echo "(hyprsolus) Updating the dependencies if needed."
|
||||
sudo sh "${HYPRSOLUS_PATH}/requirements.sh"
|
||||
|
||||
echo "(hyprsolus) Updating additional scripts if needed."
|
||||
sudo cp -ru "${HYPRSOLUS_PATH}/systemd" "$HOME/.config/systemd/"
|
||||
sudo cp -u "${HYPRSOLUS_PATH}/hyprsolusctl" "$HYPRSOLUSCTL_PATH" & disown
|
||||
}
|
||||
|
||||
upgrade () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user