
A bit fiddly, but this lets us run a realistic erlang install script from userspace, and then re-enter userspace later without wiping the installation.
4 lines
100 B
Bash
Executable File
4 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
sudo apt install erlang-base
|
|
wget -q https://zxq9.com/projects/zomp/get_zx && bash get_zx
|