aboutsummaryrefslogtreecommitdiff
path: root/install.sh
blob: 50e03b37716ac76a3fb273c5a36cd7b4518cecc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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

# Older versions added a flexlm.linaro.org 127.0.0.1 hack in /etc/hosts
# Let's get rid of that...
sudo sed -i '/flexlm.linaro.org/d' /etc/hosts

# FIXME this used to be in there... What was "update" supposed to do?
# (seems to be calling a shell script that isn't part of at)
#sudo update

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

# accept the license
# I installed to ~/aarch64_3/RTSM_AEMv8_VE