This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
OlderNewer