mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 10:35:36 +00:00
Update junest-updater.sh
This commit is contained in:
parent
2f9f4b56d9
commit
310fbd5f77
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ HOME="$(dirname "$(readlink -f $0)")"
|
|||
git clone https://github.com/fsquillace/junest.git ~/.local/share/junest
|
||||
./.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
|
||||
|
||||
# UPDATE ARCH LINUX IN JUNEST
|
||||
./.local/share/junest/bin/junest -- sudo pacman -Syy
|
||||
./.local/share/junest/bin/junest -- sudo pacman --noconfirm -Syu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue