Mirko Brombin
bf21de5ed9
Merge pull request #121 from AdamIsrael/fix-conn-test
...
fix: Change conn-check syntax
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
Mirko Brombin
4d693bff04
Merge pull request #120 from weblate/weblate-vanilla-os-first-setup
...
Translations update from Hosted Weblate
2 years ago
Jen Kung-chih
f553a7d075
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (22 of 22 strings)
Translation: Vanilla OS/first-setup
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/first-setup/zh_Hant/
2 years ago
inal
7dabb70e59
Translated using Weblate (Russian)
...
Currently translated at 100.0% (22 of 22 strings)
Translation: Vanilla OS/first-setup
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/first-setup/ru/
2 years ago
Mirko Brombin
1c5cb023dd
Merge pull request #119 from weblate/weblate-vanilla-os-first-setup
...
Translations update from Hosted Weblate
2 years ago
lakejason0
233703e128
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (22 of 22 strings)
Translation: Vanilla OS/first-setup
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/first-setup/zh_Hant/
2 years ago
Chang-Chia Tseng
bb25519087
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (22 of 22 strings)
Translation: Vanilla OS/first-setup
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/first-setup/zh_Hant/
2 years ago
Jen Kung-chih
31840ffb49
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (22 of 22 strings)
Translation: Vanilla OS/first-setup
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/first-setup/zh_Hant/
2 years ago
Jen Kung-chih
85fc8d6505
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 90.9% (20 of 22 strings)
Translation: Vanilla OS/first-setup
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/first-setup/zh_Hant/
2 years ago
lakejason0
02ef96a424
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 90.9% (20 of 22 strings)
Translation: Vanilla OS/first-setup
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/first-setup/zh_Hant/
2 years ago
lakejason0
9a77b8fc95
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (22 of 22 strings)
Translation: Vanilla OS/first-setup
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/first-setup/zh_Hans/
2 years ago
gallegonovato
61a7d336b8
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (22 of 22 strings)
Translation: Vanilla OS/first-setup
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/first-setup/es/
2 years ago
Abu Huraira
daa410c32e
Translated using Weblate (Bengali)
...
Currently translated at 100.0% (22 of 22 strings)
Translation: Vanilla OS/first-setup
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/first-setup/bn/
2 years ago
Mirko Brombin
48374291e5
Merge pull request #117 from weblate/weblate-vanilla-os-first-setup
...
Translations update from Hosted Weblate
2 years ago
Philip Goto
d6a9029b88
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (22 of 22 strings)
Translation: Vanilla OS/first-setup
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/first-setup/nl/
2 years ago
Mirko Brombin
0f582b435e
Merge pull request #114 from weblate/weblate-vanilla-os-first-setup
...
Translations update from Hosted Weblate
2 years ago
K.B.Dharun Krishna
f5821bff80
Translated using Weblate (Tamil)
...
Currently translated at 100.0% (22 of 22 strings)
Translation: Vanilla OS/first-setup
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/first-setup/ta/
2 years ago
EncryptedEasty
e21494aabf
Translated using Weblate (Italian)
...
Currently translated at 100.0% (22 of 22 strings)
Translation: Vanilla OS/first-setup
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/first-setup/it/
2 years ago
Mirko Brombin
d02ecd1795
Merge pull request #113 from kbdharun/main
...
Update POTFILES and PO files
2 years ago
K.B.Dharun Krishna
0f816c1d02
Update POTFILES and PO files
2 years ago
Mirko Brombin
9c4fd54509
Merge pull request #110 from weblate/weblate-vanilla-os-first-setup
...
Translations update from Hosted Weblate
2 years ago
ratatouille gamer
fd4464f705
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (29 of 29 strings)
Translation: Vanilla OS/first-setup
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/first-setup/pt_BR/
2 years ago
mirkobrombin
2c5752bb62
1.7.0-2
2 years ago
mirkobrombin
b09326bbca
misc: Add timeshift
2 years ago
mirkobrombin
b09d935341
recipe: Add appimagelauncher
...
closes #91
2 years ago
mirkobrombin
b5718c9643
1.7.0-1
2 years ago
mirkobrombin
4955f53660
misc: Use socket for conn check
2 years ago
mirkobrombin
24ee360153
1.7.0
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
Mirko Brombin
2e54752dac
Merge pull request #100 from weblate/weblate-vanilla-os-first-setup
...
Translations update from Hosted Weblate
2 years ago
Andrey Sobolev
0daf0cf997
Translated using Weblate (Russian)
...
Currently translated at 100.0% (29 of 29 strings)
Translation: Vanilla OS/first-setup
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/first-setup/ru/
2 years ago
mirkobrombin
1a7ff5f048
1.6.4-1
2 years ago
mirkobrombin
37d6d2bfe5
core: Use new -f flag
2 years ago
mirkobrombin
16fb423054
misc: Update heroic icon
2 years ago
Mirko Brombin
11558639bb
Merge pull request #99 from weblate/weblate-vanilla-os-first-setup
...
Translations update from Hosted Weblate
2 years ago
EncryptedEasty
e8b388148e
Translated using Weblate (Italian)
...
Currently translated at 100.0% (29 of 29 strings)
Translation: Vanilla OS/first-setup
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/first-setup/it/
2 years ago
mirkobrombin
75f6e946b1
misc: Add missing icons
2 years ago
mirkobrombin
bc323a1cb4
1.6.4
2 years ago
mirkobrombin
8d856b6443
recipe: Add heroic and lutris
2 years ago
mirkobrombin
96461ee717
1.6.3
2 years ago
mirkobrombin
ab6fa15a1a
misc: Hide desktop entry, prevent autostart on success
2 years ago
Mirko Brombin
398eab94b3
Merge pull request #96 from weblate/weblate-vanilla-os-first-setup
...
Translations update from Hosted Weblate
2 years ago
Daudix UFO
4b7ecea53e
Translated using Weblate (Russian)
...
Currently translated at 100.0% (29 of 29 strings)
Translation: Vanilla OS/first-setup
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/first-setup/ru/
2 years ago
Istiaque Ahmed
ecb0c58981
Translated using Weblate (Bengali)
...
Currently translated at 100.0% (29 of 29 strings)
Translation: Vanilla OS/first-setup
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/first-setup/bn/
2 years ago
Mirko Brombin
3603e6ed46
Merge pull request #94 from weblate/weblate-vanilla-os-first-setup
...
Translations update from Hosted Weblate
2 years ago
Luna Jernberg
6cb320765d
Translated using Weblate (Swedish)
...
Currently translated at 96.5% (28 of 29 strings)
Translation: Vanilla OS/first-setup
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/first-setup/sv/
2 years ago
mirkobrombin
7dede7f204
1.6.1
2 years ago
mirkobrombin
dcdcb23c7c
recipe: Add nvidia-prime
2 years ago
Mirko Brombin
b8709ba9b3
Merge pull request #92 from weblate/weblate-vanilla-os-first-setup
...
Translations update from Hosted Weblate
2 years ago