File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -143,20 +143,17 @@ function ConfigureScoop {
143
143
scoop bucket add main
144
144
145
145
Write-Host " INFO: Adding scoop bucket"
146
- scoop bucket add emulators https:// github.com / hermanjustnu/ scoop- emulators.git
146
+ # scoop bucket add emulators https://github.com/hermanjustnu/scoop-emulators.git
147
147
148
148
# TO-DO: Find alternative 3DS emu
149
149
# scoop install citra-canary
150
150
# if ($LASTEXITCODE -ne 0) {
151
151
# throw "Scoop install failed."
152
152
# }
153
153
154
- scoop install ryujinx.json
155
- if ($LASTEXITCODE -ne 0 ) {
156
- throw " Scoop install failed."
157
- }
154
+
158
155
159
- scoop bucket rm emulator
156
+ # scoop bucket rm emulator
160
157
scoop bucket add emulators https:// github.com / borger/ scoop- emulators.git
161
158
162
159
scoop install ppsspp
@@ -169,6 +166,11 @@ function ConfigureScoop {
169
166
throw " Scoop install failed."
170
167
}
171
168
169
+ scoop install ryujinx.json
170
+ if ($LASTEXITCODE -ne 0 ) {
171
+ throw " Scoop install failed."
172
+ }
173
+
172
174
}
173
175
174
176
function Install-AdditionalSoftware {
You can’t perform that action at this time.
0 commit comments