standardize apt-get

This commit is contained in:
aptalca
2021-09-21 12:44:34 -04:00
parent 0c812e9ac0
commit 00e92132b9
2 changed files with 12 additions and 9 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/with-contenv bash
apt-get update
+1 -1
View File
@@ -2,7 +2,7 @@
# Install ZSH # Install ZSH
echo "**** Installing zsh ****" echo "**** Installing zsh ****"
apt-get update && apt-get install -y \ apt-get install -y \
zsh zsh
# Install oh-my-zsh if not installed already # Install oh-my-zsh if not installed already