Skip to content

Commit

Permalink
Update sample-next-junest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Mar 18, 2024
1 parent 2d687cd commit 4efd1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-next-junest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cd $APP.AppDir
HOME="$(dirname "$(readlink -f $0)")"

# DOWNLOAD AND INSTALL JUNEST (DON'T TOUCH THIS)
git clone https://github.com/fsquillace/junest.git "~/.local/share/junest"
git clone https://github.com/fsquillace/junest.git "$HOME/.local/share/junest"
wget -q --show-progress https://github.com/ivan-hc/junest/releases/download/continuous/junest-x86_64.tar.gz
./.local/share/junest/bin/junest setup -i junest-x86_64.tar.gz
rm -f junest-x86_64.tar.gz
Expand Down

0 comments on commit 4efd1d6

Please sign in to comment.