File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -694,8 +694,10 @@ $SCOOP_APP_DIR = "$SCOOP_DIR\apps\scoop\current"
694694# Scoop main bucket directory
695695$SCOOP_MAIN_BUCKET_DIR = " $SCOOP_DIR \buckets\main"
696696# Scoop config file location
697- $SCOOP_CONFIG_HOME = $env: XDG_CONFIG_HOME , " $env: USERPROFILE \.config" | Select-Object - First 1
698- $SCOOP_CONFIG_FILE = " $SCOOP_CONFIG_HOME \scoop\config.json"
697+ # $SCOOP_CONFIG_HOME = $env:XDG_CONFIG_HOME, "$env:USERPROFILE\.config" | Select-Object -First 1
698+ # $SCOOP_CONFIG_FILE = "$SCOOP_CONFIG_HOME\scoop\config.json"
699+ $SCOOP_CONFIG_HOME = $SCOOP_DIR
700+ $SCOOP_CONFIG_FILE = " $SCOOP_DIR \config.json"
699701
700702# TODO: Use a specific version of Scoop and the main bucket
701703$SCOOP_PACKAGE_REPO = ' https://github.com/ScoopInstaller/Scoop/archive/master.zip'
You can’t perform that action at this time.
0 commit comments