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
kra-mo
d4c82cafe1
Change configuration
2 years ago
mirkobrombin
70b5c41922
core: Allow access to temp finals
2 years ago
kra-mo
a29a948577
Add apps UI
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
5dbb215f54
parser: add support for warps and and no selection
...
when using preferences template, without_selection can be used to alert the user; if False, a toast notification will be displayed preventing the navigation.
warps can be used to run a command given a condition from another step; only supported by without_selection in the preferences template
2 years ago
Mirko Brombin
327ddbc63f
misc: add VANILLA_FAKE flag to fake the process
2 years ago
Mirko Brombin
9085f5eae8
support showing pages conditionaly
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
Mirko
174a6e3d72
fix wrong autostart position
2 years ago
mirkobrombin
b7cfd8fc6b
flatpak requires user input, assume yes
2 years ago
mirkobrombin
071ad20034
snap requires sudo
2 years ago
mirkobrombin
c912f1860c
minor improvements
2 years ago
mirkobrombin
f354076c0b
log processor spawn
2 years ago
mirkobrombin
bb2fdfe36f
prevent empty env
2 years ago
mirkobrombin
046c318259
use apx for subsystem
2 years ago
mirkobrombin
71f8fea2eb
assumes yes
2 years ago
mirkobrombin
8b20b7d754
implement color-scheme option
2 years ago
mirkobrombin
caebb1cee2
remove fake from reboot()
2 years ago
mirkobrombin
ba070124f9
ask to reboot at final step
2 years ago
mirkobrombin
4b86490ef6
add support to nvidia proprietary drivers
2 years ago
mirkobrombin
41609360df
0.0.7
...
- support for appimage
- use dedicated pages for subsystem and extra settings
- update presets
2 years ago
mirkobrombin
b2d5152f5e
fix bool identification and add some logs
2 years ago
mirkobrombin
0d96457a8a
start/stop apport service according to its status
2 years ago
mirkobrombin
1af370a675
re-rebrand
2 years ago