Skip to content

Commit 1bab019

Browse files
authored
Update install.sh
1 parent abc4333 commit 1bab019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ fi
8080
if [[ -z "$pfx" ]]; then
8181
if [[ $(id -u) -eq 0 ]]; then
8282
# Install to /usr/local
83-
pfx='/usr/local'
83+
pfx='/usr'
8484
else
8585
# Install to /home/<you>/.local
8686
pfx="$HOME/.local"

0 commit comments

Comments
 (0)