- Root privileges
- Before doing anything, be sure to add your user to the lp group:
gpasswd -a your_user lp
and then reboot, or relogin
| { | |
| "jba": { | |
| "email": "[email protected]", | |
| "fullName": "Rob Frawley 2nd", | |
| "login": "robfrawley" | |
| }, | |
| "privacy_policy": { | |
| "eua_accepted_version": "1.2" | |
| }, | |
| "install_location": "/opt/jetbrains/lib", |
| # Prerequisites | |
| Invoke-RestMethod 'https://github.com/microsoft/microsoft-ui-xaml/releases/latest' | % { $version = $_.tag_name; $filename = "Microsoft.UI.Xaml.$version.$($env:PROCESSOR_ARCHITECTURE).appx"; $_.assets | ? name -like $filename | % { Invoke-WebRequest $_.browser_download_url -UseBasicParsing -OutFile $filename } | Add-AppxPackage } | |
| Invoke-RestMethod 'https://api.github.com/repos/microsoft/terminal/releases/latest' | % { Write-Host "Queried repository: microsoft/terminal"; Write-Host "Parsed version: $($_.tag_name)"; $_.assets | ? name -like "*.msixbundle" | % { Write-Host "Requested URL for download: $($_.browser_download_url)"; Invoke-WebRequest $_.browser_download_url -UseBasicParsing -OutFile $_.name } | Add-AppxPackage } |
| { | |
| "$schema": "http://json-schema.org/draft-06/schema#", | |
| "type": "object", | |
| "additionalProperties": { | |
| "$ref": "#/definitions/Welcome7Value" | |
| }, | |
| "definitions": { | |
| "Welcome7Value": { | |
| "type": "object", | |
| "additionalProperties": false, |