add xbps/kerl install scripts for Void
This commit is contained in:
parent
c200c89b75
commit
a60bcf941b
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,3 +2,7 @@ debian/clean_environment
|
||||
debian/test_environment
|
||||
debian/debootstrap
|
||||
debian/debootstrap.tar.gz
|
||||
|
||||
void/clean_environment
|
||||
void/test_environment
|
||||
void/xbps-static*.tar.xz
|
||||
|
21
void/install_scripts/install_miner_src
Executable file
21
void/install_scripts/install_miner_src
Executable file
@ -0,0 +1,21 @@
|
||||
#!/bin/sh
|
||||
|
||||
sudo xbps-install -y curl wget git gcc autoconf make libxslt noto-fonts-ttf \
|
||||
wxWidgets-gtk3-devel openssl-devel ncurses-devel glu-devel
|
||||
|
||||
mkdir ~/bin
|
||||
ln -s /usr/bin/wx-config-gtk3 ~/bin/wx-config
|
||||
export PATH=$PATH:$HOME/bin
|
||||
|
||||
curl -O https://raw.githubusercontent.com/kerl/kerl/master/kerl
|
||||
chmod a+x kerl
|
||||
./kerl build 27.3.4 27.3.4
|
||||
./kerl install 27.3.4 ~/.erts/27.3.4
|
||||
echo '. "$HOME"/.erts/27.3.4/activate' >> .bashrc
|
||||
. ~/.erts/27.3.4/activate
|
||||
|
||||
wget -q https://zxq9.com/projects/zomp/get_zx && bash get_zx
|
||||
|
||||
zx import realm ~/install_scripts/qpq.zrf
|
||||
zx import realm ~/install_scripts/uwiger.zrf
|
||||
zx run qpq-gajumine
|
8
void/install_scripts/install_wallet_xbps
Executable file
8
void/install_scripts/install_wallet_xbps
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
sudo xbps-install wget erlang-wx noto-fonts-ttf
|
||||
|
||||
wget -q https://zxq9.com/projects/zomp/get_zx && bash get_zx
|
||||
export PATH=$PATH:$HOME/bin
|
||||
|
||||
zx run gajudesk
|
Loading…
x
Reference in New Issue
Block a user