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`.
This commit is contained in:
parent
e37622f41f
commit
4852dc3244
2
debian/install_scripts/install_miner_apt
vendored
2
debian/install_scripts/install_miner_apt
vendored
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
sudo apt -y install wget erlang
|
sudo apt -y install wget erlang --no-install-recommends
|
||||||
wget -q https://zxq9.com/projects/zomp/get_zx && bash get_zx
|
wget -q https://zxq9.com/projects/zomp/get_zx && bash get_zx
|
||||||
export PATH=$PATH:$HOME/bin
|
export PATH=$PATH:$HOME/bin
|
||||||
zx import realm install_scripts/qpq.zrf
|
zx import realm install_scripts/qpq.zrf
|
||||||
|
6
debian/install_scripts/install_wallet_apt
vendored
6
debian/install_scripts/install_wallet_apt
vendored
@ -1,5 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
sudo apt -y install wget erlang
|
# 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
|
wget -q https://zxq9.com/projects/zomp/get_zx && bash get_zx
|
||||||
export PATH=$PATH:$HOME/bin
|
export PATH=$PATH:$HOME/bin
|
||||||
zx run gajudesk
|
zx run gajudesk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user