Skip to content

Commit

Permalink
rename arch-packages to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed May 3, 2021
1 parent f546502 commit 88b94e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ chsh -s /bin/bash nobody
# delme once fixed!!
# force downgrade of coreutils - fixes permission denied issue when building on docker hub
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/issues/32
curl --connect-timeout 5 --max-time 600 --retry 5 --retry-delay 0 --retry-max-time 60 -o "/tmp/coreutils.tar.xz" -L "https://github.com/binhex/arch-packages/raw/master/compiled/x86-64/coreutils.tar.xz"
curl --connect-timeout 5 --max-time 600 --retry 5 --retry-delay 0 --retry-max-time 60 -o "/tmp/coreutils.tar.xz" -L "https://github.com/binhex/packages/raw/master/compiled/x86-64/coreutils.tar.xz"
pacman -U '/tmp/coreutils.tar.xz' --noconfirm
# /delme once fixed!!

# force re-install of ncurses 6.x with 5.x backwards compatibility (can be removed once all apps have switched over to ncurses 6.x)
curl --connect-timeout 5 --max-time 600 --retry 5 --retry-delay 0 --retry-max-time 60 -o "/tmp/ncurses5-compat.tar.xz" -L "https://github.com/binhex/arch-packages/raw/master/compiled/x86-64/ncurses5-compat-libs.tar.xz"
curl --connect-timeout 5 --max-time 600 --retry 5 --retry-delay 0 --retry-max-time 60 -o "/tmp/ncurses5-compat.tar.xz" -L "https://github.com/binhex/packages/raw/master/compiled/x86-64/ncurses5-compat-libs.tar.xz"
pacman -U '/tmp/ncurses5-compat.tar.xz' --noconfirm

# find latest tini release tag from github
Expand Down

0 comments on commit 88b94e6

Please sign in to comment.