vm: feat: Install git

This commit is contained in:
PorridgePi
2022-09-26 13:04:41 +01:00
parent 5911f87214
commit d7e10a5a57

View File

@@ -21,7 +21,7 @@ if [ ! -f '/SETUP_DONE' ]; then
echo
echo '########################################'
echo "3. Apt install"
apt install -y sudo nano
apt install -y sudo nano git
echo
echo '########################################'