From a78f0f87c19b827dbfe598c125149afb369257de Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 5 Nov 2022 23:04:12 +0300 Subject: [PATCH] add PP deb --- portproton/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portproton/lure.sh b/portproton/lure.sh index ba17ba7..5177a94 100644 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -26,7 +26,7 @@ checksums=('SKIP' prepare() { cd "${srcdir}" if [$distro=debian]; then -dpkg --add-architecture i386 +sudo dpkg --add-architecture i386 fi }