automated terminal push

This commit is contained in:
Your Name
2025-02-07 22:59:28 -05:00
parent 3b547f2192
commit 9f4fb533fa
33 changed files with 64 additions and 680 deletions

View File

@@ -1,12 +1,10 @@
#!/bin/bash
##
echo "##"
echo "## launch > python jms client (aventador JMS)"
echo "## launch > yankee > downloader node provisioning"
echo "##"
sudo apt update;
apt update
sudo apt install git -y
@@ -19,3 +17,31 @@ pip install selenium
## for rest situations
pip install requests
##
####
cd /
git clone https://code.yankee.embanet.online/yankee/yankee-gnome-fire-consumer.git
chmod 777 yankee-gnome-fire-consumer -R
cd yankee-gnome-fire-consumer
chmod +x *.bash
chmod +x *.sh
bash provision.bash
pppwd=`pwd`
echo " dir / "$pppwd
##echo "python3 $pppwd/consumer.py" | at now + 1 minutes
##echo "/yankee/go.sh" | at now + 10 minutes
####