Skip to content

Commit

Permalink
arch setup: add back required packages
Browse files Browse the repository at this point in the history
Signed-off-by: Akhil Narang <[email protected]>
  • Loading branch information
akhilnarang committed May 12, 2021
1 parent a6f2d78 commit 059c84d
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="lineageos-devel"
packages="ncurses5-compat-libs lib32-ncurses5-compat-libs aosp-devel xml2 lineageos-devel"
for package in $packages; do
echo "Installing $package"
git clone https://aur.archlinux.org/"$package"
Expand Down

0 comments on commit 059c84d

Please sign in to comment.