Compare commits

..

2 Commits

Author SHA1 Message Date
42f5b0d350 Update Linux_Toolbox.sh
agent install places device into TMPLT group in MeshCentral
2024-08-01 15:01:23 -04:00
a4a35edca3 Update README.md
readme
2024-07-09 13:00:53 -04:00
2 changed files with 5 additions and 1 deletions

View File

@@ -115,7 +115,9 @@ fi
if [[ $index -eq 4 ]] && [[ $i == *"TRUE"* ]]; then if [[ $index -eq 4 ]] && [[ $i == *"TRUE"* ]]; then
# install meshcentral agent # 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 # update pacman database and install xorg
echo "Updating pacman cache and installing xorg-xhost" echo "Updating pacman cache and installing xorg-xhost"

View File

@@ -1,5 +1,7 @@
## Helper Script to Setup a Fresh [EndeavourOS](https://endeavouros.com/) or Arch Linux Installation ## Helper Script to Setup a Fresh [EndeavourOS](https://endeavouros.com/) or Arch Linux Installation
Copy and Paste into Terminal to download and launch:
- Needs yad installed on the system (pacman -S yad)
```` ````
cd ~/Downloads/ && wget -q -O Linux_Toolbox.sh https://git.zinchuk.xyz/yuriy/Linux-Setup-Script/raw/branch/main/Linux_Toolbox.sh && chmod +x Linux_Toolbox.sh && bash Linux_Toolbox.sh cd ~/Downloads/ && wget -q -O Linux_Toolbox.sh https://git.zinchuk.xyz/yuriy/Linux-Setup-Script/raw/branch/main/Linux_Toolbox.sh && chmod +x Linux_Toolbox.sh && bash Linux_Toolbox.sh
```` ````