automated terminal push
All checks were successful
code.softwareshinobi.com - yankee/yankee-downloader-desktop/pipeline/head This commit looks good
All checks were successful
code.softwareshinobi.com - yankee/yankee-downloader-desktop/pipeline/head This commit looks good
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt install -y cron;
|
||||
21
provision/installs/download-code.bash
Normal file
21
provision/installs/download-code.bash
Normal 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 |
Reference in New Issue
Block a user