easy-wi / installer

Easy-Wi Installer
GNU General Public License v3.0
26 stars 26 forks source link

Problem when installing EasyWi #123

Closed naoestu closed 1 year ago

naoestu commented 1 year ago

Hi

I just used the installer and choosed the developer version. When i try to install "Easy-WI Webpanel", this happens:

Err:5 https://downloads.mariadb.com/MariaDB/mariadb-10.4/repo/debian bullseye Release
  404  Not Found [IP: 104.17.191.14 443]
Reading package lists... Done
E: The repository 'https://downloads.mariadb.com/MariaDB/mariadb-10.4/repo/debian bullseye Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details

Installing package php7.3-common
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package php7.3-common is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'php7.3-common' has no installation candidate

Please check Output!
Installation abort!

System: Debian 11 x64

naoestu commented 1 year ago

UPDATE Solved by editing the install script. Line 1257: " USE_PHP_VERSION='7.3' " to " USE_PHP_VERSION='7.4' "

naoestu commented 1 year ago

closed