The officially official Devuan Forum!

You are not logged in.

#26 Re: Off-topic » deb.sury.org now requires systemd » 2020-04-25 17:58:32

Maybe choosing devuan was my mistake....

#27 Re: Installation » How to setup PHP=>7.1 on Devuan 2.1? » 2020-04-22 16:21:02

Unfortunately (for me) i need 386 builds, and there is only amd64.

#29 Re: Installation » How to setup PHP=>7.1 on Devuan 2.1? » 2020-04-22 07:40:28

HELP! SOS!

I can not upgrade PHP from sury! It depends now from systemd-tmpfiles  sad

#30 Re: News & Announcements » Beowulf Beta is here! » 2020-03-28 09:11:53

Is Devuan 3 ready to update prod servers from 2.1? I have no heavy load servers, but I need a native php7.3 and a stable system without X, DE and other... actually, only LAMP (in ESXi).

#32 Re: Installation » How to setup PHP=>7.1 on Devuan 2.1? » 2020-01-02 20:16:26

You can use sury, but you should edit apt sources file.

Hereis an official description - https://packages.sury.org/php/README.txt

but you may be should make not this code:

#!/bin/bash
# To add this repository please do:

if [ "$(whoami)" != "root" ]; then
    SUDO=sudo
fi

${SUDO} apt-get -y install apt-transport-https lsb-release ca-certificates curl
${SUDO} wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
${SUDO} sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'
${SUDO} apt-get update

but this:

#!/bin/bash
# To add this repository please do:

if [ "$(whoami)" != "root" ]; then
    SUDO=sudo
fi

${SUDO} apt-get -y install apt-transport-https lsb-release ca-certificates curl
${SUDO} wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
${SUDO} sh -c 'echo "deb https://packages.sury.org/php/ stretch main" > /etc/apt/sources.list.d/php.list'
${SUDO} apt-get update

There is no ascii in deb.sury.org repository.

Board footer

Forum Software