diff --git a/preconf.sh b/preconf.sh index 9106109..e766e09 100644 --- a/preconf.sh +++ b/preconf.sh @@ -18,12 +18,5 @@ $PKGM update wget -q -t7 https://dev.mysql.com/get/mysql-apt-config_0.8.13-1_all.deb -O /tmp/mysql-apt-conf.deb dpkg -i /tmp/mysql-apt-conf.deb > $OUTPUT 2>&1 - -#Running Spesific WebPReconf - -if curl --output /dev/null --silent --head --fail "$repo"/raw/branch/"$branch"/"$webserv"-preconf.sh; then - source <(curl -s "$repo"/raw/branch/"$branch"/"$webserv"-preconf.sh) -fi - unset mrepo unset mbranch \ No newline at end of file