Standardize apt-get, update formatting

This commit is contained in:
aptalca
2021-06-29 11:10:44 -04:00
parent b4956e94a0
commit 5349a37388
3 changed files with 59 additions and 55 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bash
if [ -f /usr/bin/apt ]; then
apt-get update
fi