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-10 11:24:49 -04:00
parent 7d1cbbcafb
commit 11a73c5692
2 changed files with 22 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ services:
volumes:
- yankee-downloader-nfs-downloads:/root/Downloads
- yankee-downloader-nfs-downloads:/home/yankee/Downloads
hostname: yankeedesktop

View File

@@ -7,20 +7,36 @@ echo "##"
echo "## launch > yankee > download consumer code"
echo "##"
##
cd /
rm -rf /yankee-consumer
rm -rf /yankee-gnome-fire-consumer
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
git clone https://code.softwareshinobi.com/yankee/yankee-gnome-fire-consumer.git yankee-consumer
cd yankee-consumer
chmod +x *.bash
ls -lha
##
cd /
rm -rf /yankee-publisher
rm -rf /yankee-gnome-fire-publisher
git clone https://code.softwareshinobi.com/yankee/yankee-gnome-fire-publisher.git yankee-publisher
cd yankee-publisher
chmod +x *.bash
ls -lha
##