Updated install.sh

This commit is contained in:
Ethan Smith-Coss 2024-11-17 11:35:44 +00:00
parent efe62cff3d
commit f174b489ee
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

@ -5,7 +5,7 @@ home="/home/$user"
HYPRSOLUS_PATH="/usr/src/hyprsolus" HYPRSOLUS_PATH="/usr/src/hyprsolus"
HYPRSOLUSCTL_PATH="/usr/local/bin" HYPRSOLUSCTL_PATH="/usr/local/bin"
HYPRSOLUS_SYSTEMD="$home/.config" HYPRSOLUS_SYSTEMD="$home/.config/systemd/user"
if [[ $(id -u) -ne 0 ]] if [[ $(id -u) -ne 0 ]]
then then