Skip to content

Commit 6ca8246

Browse files
authored
Update prepare.ps1
1 parent 19477f3 commit 6ca8246

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Diff for: prepare.ps1

+8-6
Original file line numberDiff line numberDiff line change
@@ -143,20 +143,17 @@ function ConfigureScoop {
143143
scoop bucket add main
144144

145145
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
147147

148148
# TO-DO: Find alternative 3DS emu
149149
# scoop install citra-canary
150150
# if ($LASTEXITCODE -ne 0) {
151151
# throw "Scoop install failed."
152152
# }
153153

154-
scoop install ryujinx.json
155-
if ($LASTEXITCODE -ne 0) {
156-
throw "Scoop install failed."
157-
}
154+
158155

159-
scoop bucket rm emulator
156+
# scoop bucket rm emulator
160157
scoop bucket add emulators https://github.com/borger/scoop-emulators.git
161158

162159
scoop install ppsspp
@@ -169,6 +166,11 @@ function ConfigureScoop {
169166
throw "Scoop install failed."
170167
}
171168

169+
scoop install ryujinx.json
170+
if ($LASTEXITCODE -ne 0) {
171+
throw "Scoop install failed."
172+
}
173+
172174
}
173175

174176
function Install-AdditionalSoftware {

0 commit comments

Comments
 (0)