Here is my BASH script to install Progam-Y
#!/bin/bash
# Program Y prerequisites
sudo apt-get update
sudo apt-get install python3
sudo apt-get install python3-venv
sudo apt-get install python3-pip
sudo apt-get install git
sudo pip3 install programy
sudo python3 -m programy.admin.tool install textblob
sudo cd /opt
sudo mkdir y-bot
sudo cd y-bot
sudo python3 -m programy.admin.tool download y-bot
cd scripts/xnix
./y-bot.sh
Are there any missing prerequisites in my BASH script?
Is there a tutorial to consult to uninstall Program-Y?
Didn’t there used to be a one liner install for Program-Y?
Can Program-Y be live streamed?
Thank you Keith!