Skip to content

Commit

Permalink
Merge pull request #651 from andrey-utkin/fix-installer-on-debian
Browse files Browse the repository at this point in the history
Fix installer on debian
  • Loading branch information
curtishall authored Jan 9, 2024
2 parents 72712f0 + 0dc44e3 commit 1a29c76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Depends: ${shlibs:Depends}, ssl-cert, ucf, curl, sysstat,
v4l-utils,
vainfo,
i965-va-driver,
cron,
# python3-pip,
#focal php-sqlite3, php-gd, php-curl, php-mysql
#jammy php-sqlite3, php-gd, php-curl, php-mysql
Expand Down
9 changes: 3 additions & 6 deletions installer/v3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,8 @@ buster_install()
apt-get -y install gnupg sudo wget
apt-get -y install python3-pip
pip3 install --user --upgrade pip
wget -q https://repo.mysql.com/RPM-GPG-KEY-mysql-2022 -O- | apt-key add -
wget -q https://repo.mysql.com/RPM-GPG-KEY-mysql-2023 -O- | apt-key add -
wget -q https://dl.bluecherrydvr.com/key/bluecherry.asc -O- | apt-key add -
# wget -q http://repo.mysql.com/RPM-GPG-KEY-mysql -O- | apt-key add -
wget --no-check-certificate --output-document=/etc/apt/sources.list.d/bluecherry-buster.list https://dl.bluecherrydvr.com/sources.list.d/bluecherry-buster-unstable.list
apt-get -y update
apt-get -y install mysql-server bluecherry
Expand All @@ -199,11 +198,9 @@ bullseye_install()
{
apt-get -y update
apt-get -y install gnupg sudo sudo python3-distutils wget
# wget -q http://repo.mysql.com/RPM-GPG-KEY-mysql -O- | apt-key add -
wget -q https://repo.mysql.com/RPM-GPG-KEY-mysql-2022 -O- | apt-key add -
wget -q https://repo.mysql.com/RPM-GPG-KEY-mysql-2023 -O- | apt-key add -
wget -q https://dl.bluecherrydvr.com/key/bluecherry.asc -O- | apt-key add -
# wget -q http://repo.mysql.com/RPM-GPG-KEY-mysql -O- | apt-key add -
wget --no-check-certificate --output-document=/etc/apt/sources.list.d/bluecherry-buster.list https://dl.bluecherrydvr.com/sources.list.d/bluecherry-bullseye-unstable.list
wget --no-check-certificate --output-document=/etc/apt/sources.list.d/bluecherry-bullseye.list https://dl.bluecherrydvr.com/sources.list.d/bluecherry-bullseye-unstable.list
apt-get -y update
apt-get -y install mariadb-server bluecherry
# apt-get install mariadb-server
Expand Down

0 comments on commit 1a29c76

Please sign in to comment.