You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3b295d4d04
Using the stock `recipe.json`, I encountered some syntax errors around the conn-check; ```bash wget -q --spider cloudflare.comif [ $? != 0 ]; thenecho 'No internet connection!'exit 1export DEBIAN_FRONTEND=noninteractive ``` where it should look like: ```bash wget -q --spider cloudflare.com if [ $? != 0 ]; then echo 'No internet connection!'exit 1 fi export DEBIAN_FRONTEND=noninteractive ``` |
2 years ago | |
---|---|---|
.. | ||
__init__.py | 2 years ago | |
builder.py | 2 years ago | |
meson.build | 2 years ago | |
parser.py | 2 years ago | |
processor.py | 2 years ago | |
recipe.py | 2 years ago | |
run_async.py | 2 years ago |