Skip to content

Commit

Permalink
disable sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Jan 7, 2025
1 parent 4d08f57 commit ae14827
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/common/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ pacman-key --init && pacman-key --populate "${pacman_arch}"
echo "[info] set pacman to ignore signatures - required due to rolling release nature of archlinux"
sed -i -E "s~^SigLevel(\s+)?=.*~SigLevel = Never~g" '/etc/pacman.conf'

echo "[info] set pacman to disable sandbox - required as sandbox prevents packages from installing"
sed -i -E "s~^#DisableSandbox~DisableSandbox~g" '/etc/pacman.conf'

# force pacman db refresh and install sed package (used to do package folder exclusions)
pacman -Sy sed --debug --noconfirm

Expand Down

0 comments on commit ae14827

Please sign in to comment.