Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxython authored May 20, 2021
1 parent 8c24639 commit 3b0835e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ info 'Pacman settings.'
wget http://mirror.archlinuxarm.org/aarch64/core/pacman-mirrorlist-20210307-1-any.pkg.tar.xz
pacman -U pacman-mirrorlist-20210307-1-any.pkg.tar.xz --noconfirm
rm pacman-mirrorlist-20210307-1-any.pkg.tar.xz
sed -i 's+RootDir = /data/data/com.termux/files/usr/+RootDir = /data/data/com.termux/files/+' $PREFIX/etc/pacman.conf
wget http://mirror.archlinuxarm.org/armv6h/core/archlinuxarm-keyring-20140119-1-any.pkg.tar.xz
pacman -U archlinuxarm-keyring-20140119-1-any.pkg.tar.xz --noconfirm
rm archlinuxarm-keyring-20140119-1-any.pkg.tar.xz
sed -i 's/#this//' $PREFIX/etc/pacman.conf
sed -i 's+RootDir = /data/data/com.termux/files/usr/+RootDir = /data/data/com.termux/files/+' $PREFIX/etc/pacman.conf
pacman-key --init
pacman-key --populate archlinuxarm

Expand Down

0 comments on commit 3b0835e

Please sign in to comment.