standardize apt-get, update formatting, add wheels

This commit is contained in:
aptalca
2021-06-29 11:18:19 -04:00
parent 779a6d3cb7
commit 362de97bbf
3 changed files with 40 additions and 35 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bash
if [ -f /usr/bin/apt ]; then
apt-get update
fi