From 6cd15fd8a336b000121589c61248e5d105bfbdab Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 5 Nov 2022 22:57:50 +0300 Subject: [PATCH] add PP deb --- portproton (в процессе)/postinstall.sh | 8 -------- {portproton (в процессе) => portproton}/lure.sh | 3 +++ 2 files changed, 3 insertions(+), 8 deletions(-) delete mode 100644 portproton (в процессе)/postinstall.sh rename {portproton (в процессе) => portproton}/lure.sh (96%) diff --git a/portproton (в процессе)/postinstall.sh b/portproton (в процессе)/postinstall.sh deleted file mode 100644 index 85c52d5..0000000 --- a/portproton (в процессе)/postinstall.sh +++ /dev/null @@ -1,8 +0,0 @@ -if [ ${distro}=debian] -then -sudo apt install software-properties-common -y -sudo apt-add-repository non-free -sudo dpkg --add-architecture i386 -sudo apt update -sudo apt upgrade -fi \ No newline at end of file diff --git a/portproton (в процессе)/lure.sh b/portproton/lure.sh similarity index 96% rename from portproton (в процессе)/lure.sh rename to portproton/lure.sh index 2916291..ba17ba7 100644 --- a/portproton (в процессе)/lure.sh +++ b/portproton/lure.sh @@ -25,6 +25,9 @@ checksums=('SKIP' prepare() { cd "${srcdir}" +if [$distro=debian]; then +dpkg --add-architecture i386 +fi } package() {