Fixes in layout

This commit is contained in:
absurdo 2023-01-30 20:59:31 +01:00
parent 4914a1f0e7
commit 3a665b3d81
4 changed files with 23 additions and 28 deletions

View file

@ -17,7 +17,7 @@ if linux_distro=='arch':
if call("sudo pacman -S --noconfirm git", shell=True) > 0:
print('Error, cannot install git...')
exit(1)
elif linux_distro=='debian':
elif linux_distro=='debian' or linux_distro=='ubuntu':
if call('sudo DEBIAN_FRONTEND="noninteractive" apt-get install -y git', shell=True) > 0:
print('Error, cannot install git...')