9 lines
166 B
Bash
Executable File
9 lines
166 B
Bash
Executable File
#!/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
|