Skip to content

Instantly share code, notes, and snippets.

@technokid
Last active June 16, 2021 05:43
Show Gist options
  • Save technokid/ecc093860afdeccf9bc3647c77d18051 to your computer and use it in GitHub Desktop.
Save technokid/ecc093860afdeccf9bc3647c77d18051 to your computer and use it in GitHub Desktop.
meson script install
#!/bin/bash
apt-get install wget -y
wget 'https://coldcdn.com/api/cdn/f2cobx/terminal/v2.5.1/meson-linux-amd64.tar.gz'
tar -zxf meson-linux-amd64.tar.gz
cd ./meson-linux-amd64
./meson service-install -token I0vOuOhJe1DBOn+/eC6Vog== -spacelimit 80 -port 19091
./meson service-start
./meson service-status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment