|
@@ -1,9 +1,8 @@
|
|
#!/bin/sh
|
|
#!/bin/sh
|
|
-cd && git clone https://github.com/hugoroy/exegetesDoc.git
|
|
|
|
-cd && git clone https://github.com/sniperovitch/mirrorpad.git
|
|
|
|
-cd $HOME/mirrorpad/
|
|
|
|
-cpanm Carton
|
|
|
|
-carton install
|
|
|
|
-cd $HOME/cocktail/
|
|
|
|
cp -v cocktail.conf.smp cocktail.conf
|
|
cp -v cocktail.conf.smp cocktail.conf
|
|
|
|
+cd
|
|
|
|
+git clone https://github.com/hugoroy/exegetesDoc.git
|
|
|
|
+git clone https://github.com/sniperovitch/mirrorpad.git
|
|
|
|
+cp $HOME/mirrorpad/mirrorpad.yml.smp $HOME/mirrorpad/mirrorpad.yml
|
|
|
|
+cd -
|
|
|
|
|