Revise apt.txt and verify to install programs that install to /usr/bin instead of /usr/games

pull/181/head
nmih 2018-01-02 23:11:33 -08:00
rodzic adb17dee78
commit bad90d51ac
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -3,6 +3,6 @@
gfortran
# testing to see if all packages get installed
rolldice
sl
unp
byacc

Wyświetl plik

@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
which gfortran
which rolldice
which sl
which unp
which byacc