Skip to content

Commit

Permalink
setup: arch: install python2-distlib as well
Browse files Browse the repository at this point in the history
Fixes #118

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
  • Loading branch information
akhilnarang committed Apr 24, 2020
1 parent 758b503 commit f9e166c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/arch-manjaro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo Installing Dependencies!
# Update
sudo pacman -Syyu
# Install pacaur
sudo pacman -S base-devel git wget multilib-devel cmake svn clang lzip patchelf inetutils
sudo pacman -S base-devel git wget multilib-devel cmake svn clang lzip patchelf inetutils python2-distlib
# Install ncurses5-compat-libs, lib32-ncurses5-compat-libs, aosp-devel, xml2, and lineageos-devel
for package in ncurses5-compat-libs lib32-ncurses5-compat-libs aosp-devel xml2 lineageos-devel; do
git clone https://aur.archlinux.org/"${package}"
Expand Down

0 comments on commit f9e166c

Please sign in to comment.