File tree 1 file changed +13
-5
lines changed
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -143,12 +143,20 @@ 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 / 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
151
152
scoop install rpcs3
153
+
154
+ try {
155
+ scoop install yuzu
156
+ }
157
+ catch {
158
+ Write-Output " ERROR: Failed to install yuzu"
159
+ }
152
160
153
161
}
154
162
You can’t perform that action at this time.
0 commit comments