Skip to content

Commit

Permalink
Merge branch 'akhilnarang:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroPerf authored Oct 26, 2023
2 parents 2870ca5 + a10bf6f commit dc28b16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup/android_build_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ sudo DEBIAN_FRONTEND=noninteractive \
maven ncftp ncurses-dev patch patchelf pkg-config pngcrush \
pngquant re2c schedtool squashfs-tools subversion \
texinfo unzip w3m xsltproc zip zlib1g-dev lzip \
libxml-simple-perl libswitch-perl apt-utils \
libxml-simple-perl libswitch-perl apt-utils rsync \
${PACKAGES} -y

echo -e "Installing GitHub CLI"
Expand Down
3 changes: 2 additions & 1 deletion setup/fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ sudo dnf install \
schedtool \
lzip \
vboot-utils \
vim
vim \
libxcrypt-compat

# The package libncurses5 is not available, so we need to hack our way by symlinking the required library.
sudo ln -s /usr/lib/libncurses.so.6 /usr/lib/libncurses.so.5
Expand Down

0 comments on commit dc28b16

Please sign in to comment.