Skip to content

Commit 19477f3

Browse files
authored
Update prepare.ps1
1 parent 350e76e commit 19477f3

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

Diff for: prepare.ps1

+7-10
Original file line numberDiff line numberDiff line change
@@ -150,28 +150,25 @@ function ConfigureScoop {
150150
# if ($LASTEXITCODE -ne 0) {
151151
# throw "Scoop install failed."
152152
# }
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
162153

163154
scoop install ryujinx.json
164155
if ($LASTEXITCODE -ne 0) {
165156
throw "Scoop install failed."
166157
}
167158

168159
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+
170162
scoop install ppsspp
171163
if ($LASTEXITCODE -ne 0) {
172164
throw "Scoop install failed."
173165
}
174166

167+
scoop install rpcs3
168+
if ($LASTEXITCODE -ne 0) {
169+
throw "Scoop install failed."
170+
}
171+
175172
}
176173

177174
function Install-AdditionalSoftware {

0 commit comments

Comments
 (0)