Compare commits

...

3 Commits

Author SHA1 Message Date
Jarvis Carroll
4852dc3244 add --no-install-recommends
--no-install-recommends is a big help, whether we're installing all of
`erlang` or just `erlang-wx`, but `erlang-wx` is still so close in size
that we still just use `erlang`.
2025-05-29 17:00:54 +10:00
Jarvis Carroll
e37622f41f Rename gajudesk script 2025-05-27 16:59:18 +10:00
Jarvis Carroll
001d337c84 Launch gajumine too
Not functionally different, zx just needs the .zrf files to find
gajumine.
2025-05-27 16:57:50 +10:00
5 changed files with 16 additions and 4 deletions

View File

@ -1,4 +0,0 @@
#!/bin/sh
sudo apt -y install wget erlang
wget -q https://zxq9.com/projects/zomp/get_zx && bash get_zx
~/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 --no-install-recommends
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

9
debian/install_scripts/install_wallet_apt vendored Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
# We actually only need
# erlang-base erlang-tools erlang-dev erlang-eunit erlang-inets erlang-wx
# But erlang-wx gives 238 out of the 273 dependencies of a full erlang install.
sudo apt -y install wget erlang --no-install-recommends
wget -q https://zxq9.com/projects/zomp/get_zx && bash get_zx
export PATH=$PATH:$HOME/bin
zx run gajudesk

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.