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() {