Clean up install.sh
This commit is contained in:
parent
f211b03e46
commit
67c70f7f8f
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue