Skip to content

Commit e52b24e

Browse files
committed
Try scoop catching
1 parent f72d611 commit e52b24e

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

Diff for: prepare.ps1

+13-5
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,20 @@ function ConfigureScoop {
143143
scoop bucket add main
144144

145145
Write-Host "INFO: Adding scoop bucket"
146-
scoop bucket add emulators https://github.com/borger/scoop-emulators.git
147-
Write-Host "INFO: Installing Citra"
148-
scoop install citra
149-
scoop install ppsspp-dev
150-
scoop install yuzu
146+
# scoop bucket add emulators https://github.com/hermanjustnu/scoop-emulators.git
147+
# Write-Host "INFO: Installing Citra"
148+
# scoop install citra-canary
149+
150+
scoop bucket add emulators https://github.com/hermanjustnu/scoop-emulators.git
151+
scoop install ppsspp
151152
scoop install rpcs3
153+
154+
try {
155+
scoop install yuzu
156+
}
157+
catch {
158+
Write-Output "ERROR: Failed to install yuzu"
159+
}
152160

153161
}
154162

0 commit comments

Comments
 (0)