standardize apt-get, update formatting

This commit is contained in:
aptalca
2021-06-29 11:37:56 -04:00
parent 511083907d
commit 8c330c52c3
2 changed files with 17 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bash
if [ -f /usr/bin/apt ]; then
apt-get update
fi