Files
yankee-downloader-desktop/provision/installs/download-code.bash
Software Shinobi c406f2afe5
All checks were successful
code.softwareshinobi.com - yankee/yankee-downloader-desktop/pipeline/head This commit looks good
automated terminal push
2025-03-09 14:25:47 -04:00

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