File tree 1 file changed +7
-10
lines changed
1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -150,28 +150,25 @@ function ConfigureScoop {
150
150
# if ($LASTEXITCODE -ne 0) {
151
151
# throw "Scoop install failed."
152
152
# }
153
-
154
- # scoop install ppsspp-dev
155
-
156
-
157
- scoop install rpcs3
158
- if ($LASTEXITCODE -ne 0 ) {
159
- throw " Scoop install failed."
160
- }
161
- # scoop bucket add emulators https://github.com/borger/scoop-emulators.git
162
153
163
154
scoop install ryujinx.json
164
155
if ($LASTEXITCODE -ne 0 ) {
165
156
throw " Scoop install failed."
166
157
}
167
158
168
159
scoop bucket rm emulator
169
- scoop bucket add emulators https:// github.com / borger/ scoop- emulators.git
160
+ scoop bucket add emulators https:// github.com / borger/ scoop- emulators.git
161
+
170
162
scoop install ppsspp
171
163
if ($LASTEXITCODE -ne 0 ) {
172
164
throw " Scoop install failed."
173
165
}
174
166
167
+ scoop install rpcs3
168
+ if ($LASTEXITCODE -ne 0 ) {
169
+ throw " Scoop install failed."
170
+ }
171
+
175
172
}
176
173
177
174
function Install-AdditionalSoftware {
You can’t perform that action at this time.
0 commit comments