Commit graph

332 commits

Author SHA1 Message Date
Alexandre Aubin
39973cb264
Merge pull request #78 from YunoHost/there-is-a-testing-version-now
Allow both unstable and testing
2024-07-30 13:16:10 +02:00
Alexandre Aubin
406d923554
Update bookworm 2024-07-30 13:16:00 +02:00
Kayou
9e9ddb8676
Allow both unstable and testing 2024-07-30 07:40:52 +02:00
Alexandre Aubin
060cf53559
Merge pull request #77 from selfhoster1312/main
Fix apt install curl, add error message
2024-05-06 20:15:45 +02:00
selfhoster1312
863896884f Fix apt install curl, add error message 2024-05-06 17:10:27 +02:00
Alexandre Aubin
60d3905678
Merge pull request #74 from selfhoster1312/main
Give time for Internet connection to be setup, and ensure curl is installed
2024-05-06 16:03:15 +02:00
selfhoster1312
ec9029daf3 Give time for Internet connection ; ensure curl is installed 2024-05-06 15:53:43 +02:00
Alexandre Aubin
76b412610c Drop support for buster 2024-03-05 22:43:17 +01:00
Alexandre Aubin
87814f9371
Update bookworm: spooky disclaimer 2024-01-22 22:14:48 +01:00
Alexandre Aubin
13a593b853 Cosmetics 2024-01-14 16:37:41 +01:00
Alexandre Aubin
8ca3a3f052 Cosmetics 2024-01-14 16:13:12 +01:00
Alexandre Aubin
2ea7fcfd24 Typo 2024-01-14 16:07:26 +01:00
Alexandre Aubin
d95cdfd7ec New bookworm install script: force read from /dev/tty, otherwise stdin is 'not what you expect' in a curl|bash context ... credits to ljf 2024-01-14 16:07:06 +01:00
Alexandre Aubin
e0353f4bae
Merge pull request #76 from YunoHost/rework
Rework install script using fancy in-terminal progress bar instead of dialog/whiptail/ncurses
2024-01-13 19:36:25 +01:00
Alexandre Aubin
ddf5cf1035
Explicitly name the gpg key according to the deb version 2024-01-02 20:37:26 +01:00
Alexandre Aubin
6a7d6cdf39 Fix error message formatting + lack of pointer to log 2024-01-01 19:35:58 +01:00
Alexandre Aubin
74a74e6606 Iterate on new bookworm install script, fixes after tests on the battlefield 2023-12-05 17:58:20 +01:00
Alexandre Aubin
a105025465 (draft) Heavily rework the install script, do not rely on whiptail/dialog anymore, reorganize the script to reduce complexity 2023-11-25 04:09:13 +01:00
Alexandre Aubin
60588294f4
Merge pull request #75 from hidrarga/skip_restart_services_build_image
Skip restart services when building an image
2023-09-16 18:40:16 +02:00
HgO
cdcfb91ea5 skip restart services when building image 2023-08-26 14:38:27 +02:00
Alexandre Aubin
dfdb4ee2a5
Merge pull request #73 from testman42/main
update copyright year
2023-07-10 14:27:15 +02:00
testman42
92987ddd5a update copyright year 2023-07-10 13:40:31 +02:00
Alexandre Aubin
2c7d6df5de
Merge pull request #72 from Tagadda/patch-1
now that yunohost-admin is build for bookworm o/
2023-05-12 18:46:01 +02:00
Tagada
b63c475c2e
now that yunohost-admin is build for bookworm o/ 2023-05-12 18:39:20 +02:00
Alexandre Aubin
c4488c3bf2 bookworm: yunohost-admin ain't built yet 2023-05-04 23:24:57 +02:00
Alexandre Aubin
03d4971304 bookworm: remove tweak about recommended packages 2023-05-04 23:15:44 +02:00
Alexandre Aubin
935134d566 Add yolo support for Bookworm (pre-alpha / unstable) 2023-05-04 22:59:38 +02:00
Alexandre Aubin
66153444b2 Boring hack because sometimes dbus is not started/enabled ... 2023-03-27 16:00:04 +02:00
ljf (zamentur)
15caedaa3a
[fix] Support signed-by syntax (#71)
* [fix] Support signed-by syntax

deb [signed-by=/usr/share/keyrings/yunohost-archive-keyring.gpg]

* Update switchtoTesting

Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2023-01-03 00:36:30 +01:00
Alexandre Aubin
e87b948eff Propagate previous changes to bullseye script as well 2022-12-04 19:05:12 +01:00
ljf (zamentur)
0f3e8edfc8 [fix] Change comment 2022-12-04 19:01:55 +01:00
ljf (zamentur)
a3984321dd [fix] PATH with no sbin dir 2022-12-04 19:01:46 +01:00
ljf (zamentur)
dea5a9a2fc [fix] Missing adduser deps 2022-12-04 19:01:24 +01:00
Alexandre Aubin
0c290ab0d7
Fix gpg key name 2022-11-27 14:00:56 +01:00
shine
e7610b060a replace apt-key usage with separate keyring
apt-key has been deprecated and it will be supported only till April
2022.

this changeset follows
https://wiki.debian.org/DebianRepository/UseThirdParty to replace the
usage of apt-key with using a separate dedicated keyring specifically
for YunoHost. This changeset also adds the 'signed-by' tag for the
repository as recommended.

Also, the dependency on wget has been eliminated
2022-11-27 00:58:39 +01:00
Alexandre Aubin
d99d6557d8
Merge pull request #70 from tituspijean/patch-1
Reword sudo comment
2022-11-27 00:47:20 +01:00
tituspijean
b52668af6e
Reword sudo comment 2022-04-10 16:01:46 +02:00
tituspijean
d84adf5427
Reword sudo comment 2022-04-10 16:00:22 +02:00
Alexandre Aubin
84875885b9 Explicitly install php7.4-fpm, mariadb-server and metronome on bullseye so they get flagged as manually installed 2022-01-19 22:24:00 +01:00
Alexandre Aubin
1e41d0634f Rename the bullseye install script, should be okayish to install in prod now, though still in beta... 2022-01-19 22:20:53 +01:00
Alexandre Aubin
f8ad7c744f Drop old stretch install script 2022-01-05 16:14:13 +01:00
Alexandre Aubin
94b8890849 Add switchtoUnstable script 2021-12-09 20:03:17 +01:00
Alexandre Aubin
6103c75c94
Install dialog if needed 2021-09-08 00:29:25 +02:00
Alexandre Aubin
0a8ffe91f4 Add switchToTesting script 2021-08-23 13:16:28 +02:00
Alexandre Aubin
9b14492b6d Delete .editorconfig and .gitignore because meh 2021-08-23 13:15:39 +02:00
Alexandre Aubin
097ac00b96 Propagate recent changes in buster script to bullseye as well 2021-08-23 10:29:32 +02:00
Alexandre Aubin
b785f374f1 Merge all install script for 3 debian versions into a single branch 2021-08-23 10:29:32 +02:00
Alexandre Aubin
a32262c9fc
apt update exploding because repo changed its 'Suite' value from 'stable' to 'oldstable' >_> ... 2021-08-22 11:13:42 +02:00
Alexandre Aubin
2f64d6ff2a
Make sure debconf is installed 2021-06-27 14:57:58 +02:00
Alexandre Aubin
a34056df42
Merge pull request #65 from skittlesvampir/buster
Fix link for installation in README
2021-03-27 18:33:03 +01:00