Update junest-updater.sh

This commit is contained in:
iVAN 2024-01-21 04:42:52 +01:00 committed by GitHub
parent 13be021611
commit 57013f4dcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,14 +1,14 @@
#!/bin/sh
# DOWNLOAD THE ARCHIVE
#wget https://github.com/ivan-hc/junest/releases/download/continuous/junest-x86_64.tar.gz
wget https://github.com/ivan-hc/junest/releases/download/continuous/junest-x86_64.tar.gz
# SET APPDIR AS A TEMPORARY $HOME DIRECTORY, THIS WILL DO ALL WORK INTO THE 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
./.local/share/junest/bin/junest setup #-i junest-x86_64.tar.gz
./.local/share/junest/bin/junest setup -i junest-x86_64.tar.gz
# BYPASS SIGNATURE CHECK LEVEL
#sed -i 's/#SigLevel/SigLevel/g' ./.junest/etc/pacman.conf