Fixes in layout
This commit is contained in:
parent
4914a1f0e7
commit
3a665b3d81
4 changed files with 23 additions and 28 deletions
|
|
@ -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...')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue