Files
yankee-downloader-desktop/provision/installs/download-code.bash
Software Shinobi 11a73c5692
All checks were successful
code.softwareshinobi.com - yankee/yankee-downloader-desktop/pipeline/head This commit looks good
automated terminal push
2025-03-10 11:24:49 -04:00

43 lines
538 B
Bash

#!/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 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
##