Merge pull request #221 from linuxserver/code-server-prolog-apt

standardize apt-get
This commit is contained in:
aptalca 2021-06-23 18:06:12 -04:00 committed by GitHub
commit e2b7fee2c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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