standardize apt-get, update formatting

This commit is contained in:
aptalca
2021-06-29 11:35:40 -04:00
parent 6a6148b96b
commit 067fb7ab1f
2 changed files with 15 additions and 11 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bash
if [ -f /usr/bin/apt ]; then
apt-get update
fi
-1
View File
@@ -4,7 +4,6 @@
if ! command -v git; then if ! command -v git; then
## Ubuntu ## Ubuntu
if [ -f /usr/bin/apt ]; then if [ -f /usr/bin/apt ]; then
apt-get update
apt-get install --no-install-recommends -y \ apt-get install --no-install-recommends -y \
git git
fi fi