automated terminal push
All checks were successful
code.softwareshinobi.com - yankee/yankee-downloader-desktop/pipeline/head This commit looks good

This commit is contained in:
Software Shinobi
2025-03-09 14:25:47 -04:00
parent b828a6e572
commit c406f2afe5
8 changed files with 31 additions and 232 deletions

View File

@@ -1,3 +0,0 @@
#!/bin/bash
apt install -y cron;

View File

@@ -0,0 +1,21 @@
#!/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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 275 KiB

After

Width:  |  Height:  |  Size: 196 KiB