debian repo issue #1721

This commit is contained in:
wh1te909 2023-12-30 01:20:40 +00:00
parent f225c5cf9a
commit 58a5550989
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
SCRIPT_VERSION="150"
SCRIPT_VERSION="151"
SCRIPT_URL='https://raw.githubusercontent.com/amidaware/tacticalrmm/master/update.sh'
LATEST_SETTINGS_URL='https://raw.githubusercontent.com/amidaware/tacticalrmm/master/api/tacticalrmm/tacticalrmm/settings.py'
YELLOW='\033[1;33m'
@ -245,6 +245,10 @@ if [ -d ~/.config ]; then
sudo chown -R $USER:$GROUP ~/.config
fi
if ! which npm >/dev/null; then
sudo apt install -y npm
fi
sudo npm install -g npm
# update from main repo