Skip to content

Instantly share code, notes, and snippets.

@BenjaminWegener
Created July 7, 2019 19:34
Show Gist options
  • Save BenjaminWegener/6b45f1cdad2541d4eabf1026f653f0f7 to your computer and use it in GitHub Desktop.
Save BenjaminWegener/6b45f1cdad2541d4eabf1026f653f0f7 to your computer and use it in GitHub Desktop.
install arch linux in termux
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