Skip to content

Commit

Permalink
add arch env var to path for compiled pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed May 1, 2020
1 parent 23b980b commit 27b50c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/root/custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ aur_helper_version="3.1-1"

# install aur helper
pacman -S --needed base-devel --noconfirm
curly.sh -rc 6 -rw 10 -of "/tmp/${aur_helper}-any.pkg.tar.xz" -url "https://github.com/binhex/arch-packages/raw/master/compiled/${aur_helper}-${aur_helper_version}-any.pkg.tar.xz"
curly.sh -rc 6 -rw 10 -of "/tmp/${aur_helper}-any.pkg.tar.xz" -url "https://github.com/binhex/arch-packages/raw/master/compiled/${OS_ARCH}/${aur_helper}-${aur_helper_version}-any.pkg.tar.xz"
pacman -U "/tmp/${aur_helper}-any.pkg.tar.xz" --noconfirm

0 comments on commit 27b50c5

Please sign in to comment.