automated terminal push

This commit is contained in:
Your Name
2025-02-07 14:40:21 -05:00
parent 7bec6a448c
commit a8c03cdfb3
21 changed files with 515 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
#!/bin/bash
##
echo "##"
echo "## launch > python jms client (aventador JMS)"
echo "##"
sudo apt update;
sudo apt install git -y
sudo apt install pip -y
pip install stomp.py
pip install selenium
## for rest situations
pip install requests