Clean up install.sh

This commit is contained in:
Leon Grünewald 2021-02-14 18:25:12 +01:00
parent f211b03e46
commit 67c70f7f8f

View file

@ -1,5 +1,4 @@
#!/usr/bin/env bash
#set -e
echo 'Starting installation'
echo 'Installing Depending Repositories...'
@ -34,7 +33,7 @@ cd $HOME/workspace
git clone https://git.doggoat.de/dhalucario/devconf.git
git submodule update --init --recusive
cd $HOME/devconf
cd $HOME/workspace/devconf
./install-light.sh
./install-graphical.sh