standardize apt-get

This commit is contained in:
aptalca 2021-06-16 17:55:46 -04:00
parent f858b038d4
commit 3753cf19e3
2 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,3 @@
#!/usr/bin/with-contenv bash
apt-get update

View File

@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bash
# Install Prolog
apt-get update && apt-get install -y \
gprolog
apt-get install -y \
gprolog