25 lines
539 B
Markdown
25 lines
539 B
Markdown
## Windows
|
|
|
|
Installation Script
|
|
```ps
|
|
irm https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/setupScript.ps1 | iex
|
|
```
|
|
|
|
Windows Update
|
|
```ps
|
|
irm https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/setupUpdate.ps1 | iex
|
|
UpdateWindows
|
|
```
|
|
|
|
WDAC Installation Script
|
|
```ps
|
|
irm https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/setupWDAC.ps1 | iex
|
|
Show-WDACMenu
|
|
```
|
|
|
|
## Linux
|
|
|
|
Installation Script
|
|
```bash
|
|
curl -sSL https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/setupScript.sh | sudo bash
|
|
``` |