5 lines
125 B
Bash
Executable File
5 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
sudo apt -y install wget erlang
|
|
wget -q https://zxq9.com/projects/zomp/get_zx && bash get_zx
|
|
~/bin/zx run gajudesk
|