mirror of
https://github.com/PDP-10/its.git
synced 2026-01-13 23:36:30 +00:00
Its autoconf version is good enough to build KLH10, so we don't have to get it from the dns/gnu PPA.
10 lines
162 B
Bash
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"
|