aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wsl/install/winget.json
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-03-29 17:04:37 -0500
committerToby Vincent <tobyv13@gmail.com>2022-03-29 17:04:37 -0500
commit1058f95f24fa984363531f7d6d106285574397ac (patch)
treee6b98aff0c4d6d55cdb149de173c4a5a714ba4fd /wsl/install/winget.json
parent6bfbdbf35365174903c305ec4b254c2523413ca6 (diff)
refactor: moved wsl install to normal script
Diffstat (limited to 'wsl/install/winget.json')
-rwxr-xr-xwsl/install/winget.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/wsl/install/winget.json b/wsl/install/winget.json
deleted file mode 100755
index b583c03..0000000
--- a/wsl/install/winget.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "$schema": "https://aka.ms/winget-settings.schema.json",
- "source": {
- "autoUpdateIntervalInMinutes": 5
- },
- "visual": {
- "progressBar": "accent"
- },
- "installBehavior": {
- "preferences": {
- "scope": "user",
- "locale": [
- "en-US"
- ]
- }
- },
- "network": {
- "downloader": "do",
- "doProgressTimeoutInSeconds": 60
- },
- "telemetry": {
- "disable": true
- },
- "experimentalFeatures": {
- "dependencies": true,
- "directMSI": true
- }
-} \ No newline at end of file