From 57013f4dcf8ef8734d31e5f64d5c614bd357c535 Mon Sep 17 00:00:00 2001 From: iVAN <88724353+ivan-hc@users.noreply.github.com> Date: Sun, 21 Jan 2024 04:42:52 +0100 Subject: [PATCH] Update junest-updater.sh --- junest-updater.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/junest-updater.sh b/junest-updater.sh index 733cad8..9bcf444 100644 --- a/junest-updater.sh +++ b/junest-updater.sh @@ -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