mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 02:34:30 +00:00
Update junest-updater.sh
This commit is contained in:
parent
93ccbe15c5
commit
13be021611
1 changed files with 4 additions and 4 deletions
|
|
@ -1,18 +1,18 @@
|
|||
#!/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
|
||||
sed -i 's/Required DatabaseOptional/Never/g' ./.junest/etc/pacman.conf
|
||||
#sed -i 's/#SigLevel/SigLevel/g' ./.junest/etc/pacman.conf
|
||||
#sed -i 's/Required DatabaseOptional/Never/g' ./.junest/etc/pacman.conf
|
||||
|
||||
# UPDATE ARCH LINUX IN JUNEST
|
||||
./.local/share/junest/bin/junest -- sudo pacman -Syy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue