Skip to content

Commit

Permalink
Merge pull request akhilnarang#182 from PIPIPIG233666/patch-1
Browse files Browse the repository at this point in the history
Add libxcrypt-compat for Arch env setup
  • Loading branch information
akhilnarang committed Jun 29, 2022
2 parents 7385117 + bd07812 commit 980e6d1
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 @@ -12,7 +12,7 @@ echo '[2/4] Syncing repositories and updating system packages'
sudo pacman -Syyu --noconfirm --needed multilib-devel
# Install android build prerequisites
echo '[3/4] Installing Android building prerequisites'
packages="ncurses5-compat-libs lib32-ncurses5-compat-libs aosp-devel xml2 lineageos-devel"
packages="ncurses5-compat-libs lib32-ncurses5-compat-libs aosp-devel xml2 lineageos-devel libxcrypt-compat"
for package in $packages; do
echo "Installing $package"
git clone https://aur.archlinux.org/"$package"
Expand Down

0 comments on commit 980e6d1

Please sign in to comment.