automated terminal push

This commit is contained in:
Your Name
2025-02-06 22:21:31 -05:00
parent 4844e81841
commit ca3fe8afdc
13 changed files with 690 additions and 0 deletions

31
provision.bash Normal file
View File

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