Updated install.sh
Fixed /home/ethan to use logname.
This commit is contained in:
parent
8e8ba68bc7
commit
090f4dc78c
|
|
@ -1,10 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
user="$(logname)"
|
||||
home="/home/$user"
|
||||
|
||||
HYPRSOLUS_PATH="/usr/src/hyprsolus"
|
||||
HYPRSOLUSCTL_PATH="/usr/local/bin"
|
||||
HYPRSOLUS_SYSTEMD="$HOME/.config/systemd/user"
|
||||
|
||||
user="$(logname)"
|
||||
HYPRSOLUS_SYSTEMD="$home/.config/systemd/user"
|
||||
|
||||
if [[ $(id -u) -ne 0 ]]
|
||||
then
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user