Skip to content

Commit

Permalink
Merge pull request #184 from aashil123/patch-1
Browse files Browse the repository at this point in the history
Arch env install font as well
  • Loading branch information
akhilnarang committed Dec 29, 2022
2 parents b76bf84 + 2cd4ed1 commit a50c73a
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 '[1/4] Enabling multilib repo'
sudo sed -i "/\[multilib\]/,/Include/"'s/^#//' /etc/pacman.conf
# Sync, update, and prepare system
echo '[2/4] Syncing repositories and updating system packages'
sudo pacman -Syyu --noconfirm --needed multilib-devel
sudo pacman -Syyu --noconfirm --needed multilib-devel fontconfig ttf-droid
# Install android build prerequisites
echo '[3/4] Installing Android building prerequisites'
packages="ncurses5-compat-libs lib32-ncurses5-compat-libs aosp-devel xml2 lineageos-devel"
Expand Down

0 comments on commit a50c73a

Please sign in to comment.