YunoHost-Apps / pixelfed_ynh

The federated image shareing service Pixelfed for YunoHost
https://pixelfed.org/
GNU Affero General Public License v3.0
44 stars 15 forks source link

[wip] Fix install for buster #101

Closed alexAubin closed 4 years ago

alexAubin commented 4 years ago

Problem

Install fails on Buster for various reasons

Solution

N.B. : I only tested that the install works on Buster, didn't check that it doesn't break Strtech ... N.B. 2 : The 'restore' script should also be adjusted. Annnd maybe the upgrade script ? Idk.

PR Status

Package_check results


Build Status

kay0u commented 4 years ago

We should check if we are on stretch before removing php :-) https://github.com/YunoHost-Apps/pixelfed_ynh/blob/931cb347dd88e26e1f35a74e2586447d8a22dddb/scripts/remove#L61

yalh76 commented 4 years ago

We should check if we are on stretch before removing php :-)

https://github.com/YunoHost-Apps/pixelfed_ynh/blob/931cb347dd88e26e1f35a74e2586447d8a22dddb/scripts/remove#L61

We should check if we are on stretch before removing php :-)

https://github.com/YunoHost-Apps/pixelfed_ynh/blob/931cb347dd88e26e1f35a74e2586447d8a22dddb/scripts/remove#L61

Fixed at: https://github.com/YunoHost-Apps/pixelfed_ynh/blob/1de3d4e1d751da57b5170787d92a9a62ba4c8664/scripts/remove#L61-L63