fix python build from source
This commit is contained in:
parent
d4342c034c
commit
5780a66f7d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue