automated terminal push
This commit is contained in:
31
provision.bash
Normal file
31
provision.bash
Normal 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
|
||||
Reference in New Issue
Block a user