Skip to content

Commit

Permalink
Merge pull request #193 from Arrowsploit/master
Browse files Browse the repository at this point in the history
setup: Install git-lfs
  • Loading branch information
akhilnarang committed Apr 5, 2023
2 parents a50c73a + 7db8887 commit 24f1640
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup/android_build_env.sh
Expand Up @@ -35,7 +35,7 @@ sudo DEBIAN_FRONTEND=noninteractive \
apt install \
adb autoconf automake axel bc bison build-essential \
ccache clang cmake curl expat fastboot flex g++ \
g++-multilib gawk gcc gcc-multilib git gnupg gperf \
g++-multilib gawk gcc gcc-multilib git git-lfs gnupg gperf \
htop imagemagick lib32ncurses5-dev lib32z1-dev libtinfo5 libc6-dev libcap-dev \
libexpat1-dev libgmp-dev '^liblz4-.*' '^liblzma.*' libmpc-dev libmpfr-dev libncurses5-dev \
libsdl1.2-dev libssl-dev libtool libxml2 libxml2-utils '^lzma.*' lzop \
Expand Down
2 changes: 1 addition & 1 deletion setup/arch-manjaro.sh
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 fontconfig ttf-droid
sudo pacman -Syyu --noconfirm --needed git git-lfs 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
1 change: 1 addition & 0 deletions setup/fedora.sh
Expand Up @@ -18,6 +18,7 @@ sudo dnf install \
gawk \
gcc-c++ \
git \
git-lfs \
glibc-devel \
glibc-static \
libstdc++-static \
Expand Down

0 comments on commit 24f1640

Please sign in to comment.