24 Commits (aefd2d456742f633daa02f6998cd7999012cf2fa)

Author SHA1 Message Date
mirkobrombin 7d3e4cea15 create "done" file after processing 2 years ago
Adam Israel 3b295d4d04 fix: Change conn-check syntax
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
mirkobrombin 6459040fa6 misc: Mixed improvements
- network check is now a default view and performed at start
- the transaction runs in a Vte terminal so the user can see what happens
2 years ago
mirkobrombin 37d6d2bfe5 core: Use new -f flag 2 years ago
mirkobrombin ab6fa15a1a misc: Hide desktop entry, prevent autostart on success 2 years ago
Mateus B. Melchiades 022212049f
Merge branch 'main' into main 2 years ago
Mateus Melchiades 2d7ade97bd Better internet connection error 2 years ago
mirkobrombin ac0934cba5 misc: Do not process finals for applications if no pkg manager 2 years ago
mirkobrombin 986a8802a1 misc: Show error log on fail 2 years ago
mirkobrombin 59d7da4bf9 update app id 2 years ago
mirkobrombin e7270b7e06 core: Use vanilla-first-setup for post scripts 2 years ago
Mirko Brombin 5cd793e60b
remove nextBoot script at the end 2 years ago
mirkobrombin 877f8291b0 core: Add support for !nextBoot commands 2 years ago
Mirko Brombin 390db5620f core: Support for outRun bang
can be used to execute commands outsie of the main shell script
2 years ago
Mirko Brombin 8078b7a56b core: Fix abroot exec not being called properly
also add support for the !noSudo bang
2 years ago
Mirko Brombin 177151a2ff misc: Skip abroot notice 2 years ago
Mirko Brombin d64c2c27fd core: Use abroot if installed 2 years ago
Mirko Brombin 080af10a94 processor: Fix typo causing pre/post run not being executed 2 years ago
Mirko Brombin c689be9aa2 support pre-run, post-run commands 2 years ago
Mirko Brombin 327ddbc63f misc: add VANILLA_FAKE flag to fake the process 2 years ago
Mirko Brombin b998f15323 make the wizard proceed even without a log path 2 years ago
Mirko cbf5c9a9d6 1.0.0
- rewrite from scratch
- modularity thanks to customizable recipes
2 years ago
mirkobrombin f354076c0b log processor spawn 2 years ago
mirkobrombin 1af370a675 re-rebrand 2 years ago