mirror of
https://github.com/PDP-10/its.git
synced 2026-01-16 00:14:18 +00:00
12 lines
254 B
Bash
12 lines
254 B
Bash
install_linux() {
|
|
sudo add-apt-repository ppa:dns/gnu -y
|
|
sudo apt-get update -myq
|
|
sudo apt-get install -my expect
|
|
sudo apt-get install --only-upgrade autoconf
|
|
if test "$EMULATOR" = simh; then
|
|
sudo apt-get install simh
|
|
fi
|
|
}
|
|
|
|
"$1"
|