1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-13 23:36:30 +00:00
PDP-10.its/build/dependencies.sh
Lars Brinkhoff 202c0f9118 Use Ubuntu 14 in Travis build.
Its autoconf version is good enough to build KLH10, so we don't have
to get it from the dns/gnu PPA.
2016-12-17 20:30:50 +01:00

10 lines
162 B
Bash

install_linux() {
sudo apt-get update -myq
sudo apt-get install -my expect
if test "$EMULATOR" = simh; then
sudo apt-get install simh
fi
}
"$1"