Botspot
Botspot
@GYKgamer Were you using the pi-apps "create app" wizard for this? https://pi-apps.io/wiki/development/Creating-an-app/
I'm not sure where to begin. :( - Need to use `install_packages` - Need to use the script naming convention: `install-32`, `install-64`, `uninstall`, not `install32.sh` and `uninstall.sh` - 64-bit packages...
Better. Remaining issues: - `purge_packages` takes no arguments. It automatically uninstalls everything that was installed with `install_packages`. - `install_packages` can take url arguments. So you can skip the `wget` and...
- You are still trying to give arguments to `purge_packages`. Upon failure, it will describe the issue, so just replace all that stuff with `purge_packages || exit 1` - What's...
@GYKgamer were you wanting to add Proton VPN or Windscribe, or both? IT seems that both are discussed in this issue.
@GYKgamer Were you still wanting to add Proton VPN? What do you think about getting several vpns ready and then adding them to pi-apps all at once so I can...
I just went ahead and tried it myself. This output is interesting. It seems like an upstream issue. ``` pi@raspberrypi:~ $ hyper pi@raspberrypi:~ $ hyper -v Disabling Chromium GPU blacklist...
I've hidden Hyper for now. commit https://github.com/Botspot/pi-apps/commit/3d297ffe87e32b1e57df7e90f949d58e9ae0612f
It seems that the variable is cleared deliberately. https://github.com/Swordfish90/cool-retro-term/blob/f157648d1e51878a10e02a8836c1e15aa8c59cc9/app/main.cpp#L36 As an easy fix, could the variable's original value be captured, and then passed to child processes that are launched by...
> Any idea how can i install .net 8 for wine to run the windows program? You should be running winetricks in a terminal to see the errors. Use this...