|
|
@ -6,15 +6,16 @@ function install_fail() {
|
|
|
|
exit 1
|
|
|
|
exit 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# This is the help fuction. It helps users with the options
|
|
|
|
# This is the help fuction. It helps users with the options
|
|
|
|
# This is the help fuction. It helps users with the options
|
|
|
|
function Help(){
|
|
|
|
function Help(){
|
|
|
|
echo "Usage: install.sh [option]"
|
|
|
|
echo "Usage: install.sh [option]"
|
|
|
|
echo "Options:"
|
|
|
|
echo "Options:"
|
|
|
|
echo " -h: Show this help message and exit"
|
|
|
|
echo -e "\t-h: Show this help message and exit"
|
|
|
|
echo " -d: Install only dependencies"
|
|
|
|
echo -e "\t-d: Install only dependencies"
|
|
|
|
echo " -p: Install only python dependencies (including playwright)"
|
|
|
|
echo -e "\t-p: Install only python dependencies (including playwright)"
|
|
|
|
echo " -b: Install just the bot"
|
|
|
|
echo -e "\t-b: Install just the bot"
|
|
|
|
echo " -l: Install the bot and the python dependencies"
|
|
|
|
echo -e "\t-l: Install the bot and the python dependencies"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
# Options
|
|
|
|
# Options
|
|
|
|