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
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/with-contenv bash
apt-get update
+2 -2
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