Skip to content

Commit

Permalink
linuxarmv7: fix install ci
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed Apr 18, 2019
1 parent a21b974 commit 7554926
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/ci/linuxarmv7l/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ 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 Expand Up @@ -207,7 +203,11 @@ installJunest(){
fi
export PATH=~/.local/share/junest/bin:$PATH
junest -u << EOF
pacman -Syy --noconfirm
echo updating keys
pacman -S gnupg --noconfirm
pacman-key --populate archlinux
pacman-key --refresh-keys
pacman -Syyu --noconfirm
pacman -S --noconfirm git flex grep gcc pkg-config make wget
EOF
echo "Done installing junest"
Expand Down

0 comments on commit 7554926

Please sign in to comment.