Compare commits
4 Commits
c8a93c7f11
...
main
Author | SHA1 | Date | |
---|---|---|---|
42f5b0d350 | |||
a4a35edca3 | |||
2f7ac41254 | |||
d67b14b792 |
Binary file not shown.
Before Width: | Height: | Size: 90 KiB |
BIN
Assets/preview-2024-07-06.png
Normal file
BIN
Assets/preview-2024-07-06.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
@@ -42,7 +42,7 @@ yadResults=$(yad \
|
||||
--field "sudo Timeout:chk" \
|
||||
--field "Grub Timeout:chk" \
|
||||
--field Konsave:chk \
|
||||
--field "Check for Flexo:chk" \
|
||||
--field "Add Flexo Mirror:chk" \
|
||||
--field 'Disable Connectivity Check':chk \
|
||||
--field "Updater to Desktop:chk" \
|
||||
--field "Enable SSH:chk" \
|
||||
@@ -60,9 +60,6 @@ yadResults=$(yad \
|
||||
--field '-':LBL \
|
||||
--field '-':LBL \
|
||||
--field '-':LBL \
|
||||
--field '-':LBL \
|
||||
--field '-':LBL \
|
||||
--field '-':LBL \
|
||||
--field '-':LBL )
|
||||
|
||||
|
||||
@@ -118,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"
|
||||
|
@@ -1,5 +1,7 @@
|
||||
## 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
|
||||
````
|
||||
@@ -15,5 +17,5 @@ cd ~/Downloads/ && wget -q -O Linux_Toolbox.sh https://git.zinchuk.xyz/yuriy/Lin
|
||||
***
|
||||
|
||||
<p align="center">
|
||||
<img width="400" src="https://git.zinchuk.xyz/yuriy/linux-setup-script/raw/branch/main/Assets/Screenshots/Preview.png">
|
||||
<img width="400" src="https://git.zinchuk.xyz/yuriy/linux-setup-script/raw/branch/main/Assets/preview-2024-07-06.png">
|
||||
</p>
|
Reference in New Issue
Block a user