Created
July 7, 2019 19:34
-
-
Save BenjaminWegener/6b45f1cdad2541d4eabf1026f653f0f7 to your computer and use it in GitHub Desktop.
install arch linux in termux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkg install wget openssl-tool proot tar -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Arch/armhf/arch.sh && bash arch.sh | |
pacman -Sy --noconfirm wget && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/DesktopEnvironment/Pacman/de-pac.sh && bash de-pac.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment