add some deps to install for stripped down vps [skip ci]

This commit is contained in:
wh1te909 2021-01-30 21:31:01 +00:00
parent 9f9c6be38e
commit a606fb4d1d
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
#!/bin/bash
SCRIPT_VERSION="35"
SCRIPT_VERSION="36"
SCRIPT_URL='https://raw.githubusercontent.com/wh1te909/tacticalrmm/master/install.sh'
sudo apt install -y curl wget
sudo apt install -y curl wget dirmngr gnupg lsb-release
GREEN='\033[0;32m'
YELLOW='\033[1;33m'