From 4b969a11aaf0b7d3e5d0554cba9731eed33f4ca6 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Fri, 26 Dec 2025 12:30:05 +0100 Subject: [PATCH] Remove no longer needed patch --- install_binaries.sh | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/install_binaries.sh b/install_binaries.sh index f691140..f5f9eb6 100755 --- a/install_binaries.sh +++ b/install_binaries.sh @@ -227,34 +227,6 @@ if [ ! -e /var/www/html/adminer ]; then mkdir -p /var/www/html/adminer cd /var/www/html/adminer git clone https://github.com/vrana/adminer/ . - cat < -Date: Tue, 31 May 2022 13:22:14 +0300 -Subject: [PATCH] Update .gitmodules - -Fix github recursive clone ---- - .gitmodules | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/.gitmodules b/.gitmodules -index 5810a5e7..7688bddb 100644 ---- a/.gitmodules -+++ b/.gitmodules -@@ -1,9 +1,9 @@ - [submodule "jush"] - path = externals/jush -- url = git://github.com/vrana/jush -+ url = https://github.com/vrana/jush - [submodule "JsShrink"] - path = externals/JsShrink -- url = git://github.com/vrana/JsShrink -+ url = https://github.com/vrana/JsShrink - [submodule "designs/hydra"] - path = designs/hydra - url = https://github.com/Niyko/Hydra-Dark-Theme-for-Adminer -EOF git submodule update --init fi if [ ! -e /var/www/html/squirrelmail ]; then