hoshino
hoshino
按照自述文件做了,但都报错
I found that I can directly install the deb package. Is this feasible? ``` sudo wget https://itai-nelken.github.io/weekly-box86-debs/debian/box86.list -O /etc/apt/sources.list.d/box86.list wget -qO- https://itai-nelken.github.io/weekly-box86-debs/debian/KEY.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/box86-debs-archive-keyring.gpg sudo apt...
Then how should I install Steam? There are many dependency issues, and sh scripts are not effective
``` E: 无法定位软件包 libsdl2-2.0-0:armhf E: 无法按照 glob ‘libsdl2-2.0-0’ 找到任何软件包 E: 无法定位软件包 libsdl2-image-2.0-0:armhf E: 无法按照 glob ‘libsdl2-image-2.0-0’ 找到任何软件包 E: 无法定位软件包 libsdl2-mixer-2.0-0:armhf E: 无法按照 glob ‘libsdl2-mixer-2.0-0’ 找到任何软件包 E: 无法定位软件包 libsdl2-ttf-2.0-0:armhf E: 无法按照...
I used other systems and successfully built them. After running install_steam.sh, there were no errors reported. But when running "Steam" on the terminal, it prompts the following: `/usr/local/bin/steam: line 5:...
Now I know why I can't install Steam anymore. Because in the installation script,`wget https://cdn.cloudflare.steamstatic.com/client/installer/steam.deb` using HTTPS. But Armbian is unable to establish an SSL connection,so my solution is to...
My image comes with some GPU drivers, but the script will uninstall them. What should I do?  If I reinstall them, the prompt "failed to load steamui.so" will appear...
Can we support 8 cores in this way? ``` environment: - CPU_TASK_SET: "0,1,2,34,5,6,7" ```
After my attempt, it is feasible. ``` root@orangepi5:~# cat win/docker-compose.yml version: "3" services: windows: environment: CPU_TASK_SET: "1,2,3,4,5,6,7" VERSION: "win11" RAM_SIZE: "4G" CPU_CORES: "8" device_cgroup_rules: - 'c *:* rwm' container_name: windows...
I have given up, four cores are enough. Off topic: Can I replace the image with another Linux system or have other projects?