build_script/install_dependencies.sh

32 lines
543 B
Bash
Raw Normal View History

2022-06-13 06:58:57 +00:00
apt-get install -y \
build-essential \
imagemagick \
xorriso \
locales \
openjdk-8-jdk \
python \
git \
m4 \
unzip \
bison \
zip \
gperf \
libxml2-utils \
zlib1g:i386 \
libstdc++6:i386 \
bc \
curl \
lzop \
lzip \
lunzip \
jq \
wget \
squashfs-tools \
sudo ;
ln -s /usr/bin/xorrisofs /usr/bin/mkisofs
curl https://storage.googleapis.com/git-repo-downloads/repo > /usr/local/bin/repo
chmod a+x /usr/local/bin/repo
git config --global user.name "Damillora"
git config --global user.email "developer@damillora.com"