fix(bootstrap): its $HOME/.local not #HOME/.local

Shit may happen if I didn't hange that.
This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-07-04 14:50:20 +08:00 committed by GitHub
parent bbfb680a65
commit 8b2fe92ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#set -e
# if undefined, use $HOME/.local
PREFIX=${PREFIX:#HOME/.local}
PREFIX=${PREFIX:$HOME/.local}
# TODO: Make this better
banner() {