Skip to content

Commit

Permalink
linuxarmv7: fix ci install phase
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed Apr 18, 2019
1 parent 35657c2 commit a21b974
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/ci/linuxarmv7l/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ createArchImg(){

mkdir ~/archlinux
junest -u << EOF
echo updating keys
pacman -S gnupg --noconfirm
pacman-key --populate archlinux
pacman-key --refresh-keys
tar xzf ~/ArchLinuxARM-rpi-2-latest.tar.gz --no-same-owner -C ~/archlinux/ 2>&1 >/dev/null | grep -v "tar: Ignoring unknown extended header keyword"
sed -i s_/etc/pacman_$HOME/archlinux/etc/pacman_g ~/archlinux/etc/pacman.conf
sed -i "s/Required DatabaseOptional/Never/g" ~/archlinux/etc/pacman.conf
Expand Down

0 comments on commit a21b974

Please sign in to comment.