From 7e704f3b1f2e4a68f3db34b515f3d62513f281fa Mon Sep 17 00:00:00 2001 From: xpamych Date: Thu, 10 Nov 2022 23:39:53 +0300 Subject: [PATCH] preinstall add --- portproton/lure.sh | 2 +- portproton/preinstall.sh | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 portproton/preinstall.sh diff --git a/portproton/lure.sh b/portproton/lure.sh index 9f05030..d71f1ee 100644 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -20,7 +20,7 @@ scripts=( #sources=("git+https://github.com/Castro-Fidel/PortWINE.git") sources=("https://raw.githubusercontent.com/Castro-Fidel/PortWINE/master/portwine_install_script/PortProton_1.0" "git+https://github.com/Castro-Fidel/PortProton_PKGBUILD.git" -"https://gitflic.ru/project/xpamych/xpamych-lure-repo/blob?file=portproton%2Fpreinstall.sh" +"" ) checksums=('SKIP' 'SKIP' diff --git a/portproton/preinstall.sh b/portproton/preinstall.sh deleted file mode 100644 index 646f77b..0000000 --- a/portproton/preinstall.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash -if [["${disto}" == "debian"]]; then -sudo dpkg --add-architecture i386 -sudo apt-get update -fi \ No newline at end of file