fix python build from source

This commit is contained in:
wh1te909 2021-02-22 10:05:46 +00:00
parent d4342c034c
commit 5780a66f7d
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
SCRIPT_VERSION="110"
SCRIPT_VERSION="111"
SCRIPT_URL='https://raw.githubusercontent.com/wh1te909/tacticalrmm/master/update.sh'
LATEST_SETTINGS_URL='https://raw.githubusercontent.com/wh1te909/tacticalrmm/master/api/tacticalrmm/tacticalrmm/settings.py'
YELLOW='\033[1;33m'
@ -22,6 +22,8 @@ fi
rm -f $TMP_FILE
sudo apt update
if [ $EUID -eq 0 ]; then
echo -ne "\033[0;31mDo NOT run this script as root. Exiting.\e[0m\n"
exit 1