automated terminal push
Some checks failed
code.softwareshinobi.com - yankee/yankee-downloader-desktop/pipeline/head There was a failure building this commit

This commit is contained in:
Software Shinobi
2025-03-09 14:38:32 -04:00
parent f6e8f90d66
commit 7d1cbbcafb

View File

@@ -1,21 +1,26 @@
#!/bin/bash #!/bin/bash
set -e
set -x
echo "##" echo "##"
echo "## launch > yankee > download consumer code" echo "## launch > yankee > download consumer code"
echo "##" echo "##"
cd / cd /
rm -rf /yankee-consumer
rm -rf /yankee-gnome-fire-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 chmod 777 yankee-gnome-fire-consumer -R
mv yankee-gnome-fire-consumer yankee-consumer mv yankee-gnome-fire-consumer yankee-consumer
cd yankee-consumer
chmod +x *.bash chmod +x *.bash
chmod +x *.sh
ls -lha ls -lha