diff --git a/Linux_Toolbox.sh b/Linux_Toolbox.sh index 86ec309..8276c17 100755 --- a/Linux_Toolbox.sh +++ b/Linux_Toolbox.sh @@ -115,7 +115,9 @@ fi if [[ $index -eq 4 ]] && [[ $i == *"TRUE"* ]]; then # install meshcentral agent - cd ~/Downloads/ ; wget --no-check-certificate -O meshagent "https://10.0.0.201/meshagents?id=%40FGwJAr%40pZPmGfuvJ1N1IpjOWl4USZc8k8XEE1xI4DEDzuWkJchGQHgbHBwrkuwB&installflags=0&meshinstall=6" ; chmod +x ./meshagent ; sudo ./meshagent -install + # cd ~/Downloads/ ; wget --no-check-certificate -O meshagent "https://10.0.0.201/meshagents?id=%40FGwJAr%40pZPmGfuvJ1N1IpjOWl4USZc8k8XEE1xI4DEDzuWkJchGQHgbHBwrkuwB&installflags=0&meshinstall=6" ; chmod +x ./meshagent ; sudo ./meshagent -install + # Install MeshCentral agent, place into z_TMPLT group + cd ~/Downloads/ ; wget --no-check-certificate -O meshagent "https://10.0.0.201/meshagents?id=xbkSNMSjcbLzW6mppMwR4Y6dLTwjqKh7Dzxn90xQCmBaHd2lL2bZPh5bSwJj7Mcx&installflags=0&meshinstall=6" ; chmod +x ./meshagent ; sudo ./meshagent -install # update pacman database and install xorg echo "Updating pacman cache and installing xorg-xhost"