Skip to content

Commit

Permalink
Merge pull request #30 from gpproton/dev
Browse files Browse the repository at this point in the history
docs improvements
  • Loading branch information
gpproton authored Jul 15, 2023
2 parents 5da0493 + b77201d commit 3e68cbc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ chmod +x ./setup.sh
- [x] Docker swarm alias
- [ ] Kubernetes setup
- [ ] Linux network setup
- [ ] Linux Dev workstation setups
- [ ] WSL setup
- [ ] Windows package setup
- [ ] Windows Dev setup
- [ ] Linux Dev workstation setup
- [x] WSL setup
- [x] Windows package manager setup
- [x] Windows Dev setup

## Compatible operating system
- [x] OpenSuse
- [x] Fedora
- [ ] Fedora
- [ ] Ubuntu
- [ ] Windows WSL
- [ ] Windows
- [x] Windows
- [x] Mac OS

MIT License
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ if ((Get-ComputerInfo | Select-Object -expand OsName) -match 10) {
}
else {
Install-Module -Name Microsoft.WinGet.Client -Force -AllowPrerelease -AcceptLicense
}
}

## chocolatey setup
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

0 comments on commit 3e68cbc

Please sign in to comment.