Skip to content

Commit

Permalink
install by default
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Feb 25, 2024
1 parent 6ae56ac commit a7bffcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/tacticalrmm/tacticalrmm/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

# Install Nushell on the agent
# https://github.com/nushell/nushell
INSTALL_NUSHELL = False
INSTALL_NUSHELL = True
# GitHub version to download. The file will be downloaded from GitHub, extracted and installed.
# Version to download. If INSTALL_NUSHELL_URL is not provided, the file will be downloaded from GitHub,
# extracted and installed.
Expand All @@ -61,7 +61,7 @@

# Install Deno on the agent
# https://github.com/denoland/deno
INSTALL_DENO = False
INSTALL_DENO = True
# Version to download. If INSTALL_DENO_URL is not provided, the file will be downloaded from GitHub,
# extracted and installed.
INSTALL_DENO_VERSION = "v1.41.0"
Expand Down

0 comments on commit a7bffcd

Please sign in to comment.