Remove no longer needed patch
This commit is contained in:
@@ -227,34 +227,6 @@ if [ ! -e /var/www/html/adminer ]; then
|
|||||||
mkdir -p /var/www/html/adminer
|
mkdir -p /var/www/html/adminer
|
||||||
cd /var/www/html/adminer
|
cd /var/www/html/adminer
|
||||||
git clone https://github.com/vrana/adminer/ .
|
git clone https://github.com/vrana/adminer/ .
|
||||||
cat <<EOF | git apply -
|
|
||||||
From 12196a325f6714bfb94c328e457bd023bfbaa171 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Peter Nikolow <peter@mobiliodevelopment.com>
|
|
||||||
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
|
git submodule update --init
|
||||||
fi
|
fi
|
||||||
if [ ! -e /var/www/html/squirrelmail ]; then
|
if [ ! -e /var/www/html/squirrelmail ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user