debian repo issue #1721
This commit is contained in:
parent
f225c5cf9a
commit
58a5550989
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue