standardize apt-get

This commit is contained in:
aptalca
2021-06-29 11:29:23 -04:00
parent 10ca5fc025
commit feaf64a344
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bash
if [ -f /usr/bin/apt ]; then
apt-get update
fi