aboutsummaryrefslogtreecommitdiff
path: root/install.sh
blob: 33793286097bf05069216ba454922e9e62547368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if [ -e /etc/mandriva-release -o -e /etc/rosa-release ]; then
	sudo urpmi curl python libc6 libstdc++6 libz1
else
	sudo apt-get install realpath
	sudo apt-get install curl
	sudo apt-get install ia32-libs
	sudo apt-get install python
fi

sudo bash -c "echo \"127.0.0.1    flexlm.linaro.org\" >> /etc/hosts"

sudo update

export INSTALL_SCRIPT_DIR=$(dirname $(realpath ${BASH_SOURCE[0]}))
. $INSTALL_SCRIPT_DIR/install-474829.sh

# accept the license
# I installed to /home/pfefferz/aarch64_3/RTSM_AEMv8_VE