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
|
#!/usr/bin/env bash
|
||||||
#set -e
|
|
||||||
echo 'Starting installation'
|
echo 'Starting installation'
|
||||||
|
|
||||||
echo 'Installing Depending Repositories...'
|
echo 'Installing Depending Repositories...'
|
||||||
|
@ -34,7 +33,7 @@ cd $HOME/workspace
|
||||||
git clone https://git.doggoat.de/dhalucario/devconf.git
|
git clone https://git.doggoat.de/dhalucario/devconf.git
|
||||||
git submodule update --init --recusive
|
git submodule update --init --recusive
|
||||||
|
|
||||||
cd $HOME/devconf
|
cd $HOME/workspace/devconf
|
||||||
./install-light.sh
|
./install-light.sh
|
||||||
./install-graphical.sh
|
./install-graphical.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue