
--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`.
8 lines
258 B
Bash
Executable File
8 lines
258 B
Bash
Executable File
#!/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
|