All checks were successful
code.softwareshinobi.com - yankee/yankee-downloader-desktop/pipeline/head This commit looks good
22 lines
331 B
Bash
22 lines
331 B
Bash
#!/bin/bash
|
|
|
|
echo "##"
|
|
echo "## launch > yankee > download consumer code"
|
|
echo "##"
|
|
|
|
cd /
|
|
|
|
rm -rf /yankee-gnome-fire-consumer
|
|
|
|
git https://code.softwareshinobi.com/yankee/yankee-gnome-fire-consumer.git
|
|
|
|
chmod 777 yankee-gnome-fire-consumer -R
|
|
|
|
mv yankee-gnome-fire-consumer yankee-consumer
|
|
|
|
chmod +x *.bash
|
|
|
|
chmod +x *.sh
|
|
|
|
ls -lha
|