Now testing:
https://gitlab.com/wikisuite/wikisuite-packages/-/commit/bb0b93cdbdc9bc5707488d62eaad418d18b1990a
Debian 10: Tested and working well
Debian 11: The following packages have unmet dependencies:
wikisuite-virtualmin-tikimanager : Depends: wikisuite-tikimanager but it is not going to be installed
Depends: sqlite but it is not installable
E: Unable to correct problems, you have held broken packages.
Installing WikiSuite Virtualmin: 2022-09-19 14:38:25 EDT ERROR Failed with error: 100
https://gitlab.com/wikisuite/wikisuite-packages/-/blob/main/wikisuite-installer calls http://software.virtualmin.com/gpl/scripts/install.sh
Let's start experimenting.
Before sudo bash wikisuite-installer
in How to install WikiSuite, change the call from
http://software.virtualmin.com/gpl/scripts/install.sh
(version 6.2.2 as of 2022-08-27)
to
https://raw.githubusercontent.com/virtualmin/virtualmin-install/master/virtualmin-install.sh
(VER=7.0.0 as of 2022-09-10)
Let's start on Debian 10, and once that works, we can look at the other planned OSs
Both the Virtualmin installer and the WikiSuite installer rely on https://github.com/virtualmin/slib/ which is usually downloaded from https://software.virtualmin.com/lib/slib.sh
To test v7, you get latest release https://github.com/virtualmin/slib/releases/tag/ or from master: https://raw.githubusercontent.com/virtualmin/slib/master/slib.sh