Launch gajumine too

Not functionally different, zx just needs the .zrf files to find
gajumine.
This commit is contained in:
Jarvis Carroll 2025-05-27 16:57:50 +10:00
parent 9b2970d540
commit 001d337c84
4 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
sudo apt -y install wget erlang
wget -q https://zxq9.com/projects/zomp/get_zx && bash get_zx
~/bin/zx run gajudesk
export PATH=$PATH:$HOME/bin
zx run gajudesk

7
debian/install_scripts/install_miner_apt vendored Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
sudo apt -y install wget erlang
wget -q https://zxq9.com/projects/zomp/get_zx && bash get_zx
export PATH=$PATH:$HOME/bin
zx import realm install_scripts/qpq.zrf
zx import realm install_scripts/uwiger.zrf
zx run qpq-gajumine

BIN
debian/install_scripts/qpq.zrf vendored Normal file

Binary file not shown.

BIN
debian/install_scripts/uwiger.zrf vendored Normal file

Binary file not shown.