automated terminal push
Some checks failed
code.softwareshinobi.com - yankee/yankee-downloader-desktop/pipeline/head There was a failure building this commit
Some checks failed
code.softwareshinobi.com - yankee/yankee-downloader-desktop/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -1,21 +1,26 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
echo "##"
|
||||
echo "## launch > yankee > download consumer code"
|
||||
echo "##"
|
||||
|
||||
cd /
|
||||
|
||||
rm -rf /yankee-consumer
|
||||
|
||||
rm -rf /yankee-gnome-fire-consumer
|
||||
|
||||
git https://code.softwareshinobi.com/yankee/yankee-gnome-fire-consumer.git
|
||||
git clone https://code.softwareshinobi.com/yankee/yankee-gnome-fire-consumer.git
|
||||
|
||||
chmod 777 yankee-gnome-fire-consumer -R
|
||||
|
||||
mv yankee-gnome-fire-consumer yankee-consumer
|
||||
|
||||
cd yankee-consumer
|
||||
|
||||
chmod +x *.bash
|
||||
|
||||
chmod +x *.sh
|
||||
|
||||
ls -lha
|
||||
|
||||
Reference in New Issue
Block a user