From e7fbaf0dead36e41edaf67325506c5af6f918452 Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Mon, 3 Aug 2026 18:58:54 +0000 Subject: [PATCH] Install libpcre3-dev package seperately Package libpcre3-dev has no installation candidate on raspberry pi --- debian/resources/switch/source-release.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/resources/switch/source-release.sh b/debian/resources/switch/source-release.sh index 05f7aea..1dc10cd 100755 --- a/debian/resources/switch/source-release.sh +++ b/debian/resources/switch/source-release.sh @@ -13,11 +13,12 @@ apt update && apt upgrade -y # install dependencies apt install -y autoconf automake devscripts g++ git-core libncurses5-dev libtool libtool-bin make libjpeg-dev apt install -y pkg-config flac libgdbm-dev libdb-dev gettext sudo equivs git dpkg-dev libpq-dev -apt install -y liblua5.2-dev libtiff5-dev libperl-dev libcurl4-openssl-dev libsqlite3-dev libpcre3-dev +apt install -y liblua5.2-dev libtiff5-dev libperl-dev libcurl4-openssl-dev libsqlite3-dev apt install -y devscripts libspeexdsp-dev libspeex-dev libldns-dev libedit-dev libopus-dev libmemcached-dev apt install -y libshout3-dev libmpg123-dev libmp3lame-dev yasm nasm libsndfile1-dev libuv1-dev libvpx-dev apt install -y libavformat-dev libswscale-dev libvlc-dev sox libsox-fmt-all -apt install -y libpcre3-dev libtiff5-dev +apt install -y libtiff5-dev +apt install -y libpcre3-dev #install dependencies that depend on the operating system version if [ ."$os_codename" = ."noble" ]; then