From 2a353715d591b489da93d760abda807e6636016f Mon Sep 17 00:00:00 2001 From: Nemcio Date: Sat, 25 Jul 2020 22:02:32 +0200 Subject: [PATCH] Dodanie 'instalator.sh' --- instalator.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 instalator.sh diff --git a/instalator.sh b/instalator.sh new file mode 100644 index 0000000..544938d --- /dev/null +++ b/instalator.sh @@ -0,0 +1,7 @@ + #!/bin/sh + +git clone https://mojerepo.cf/Prywatne/CyberPanel-PL-Stare-Logowanie.git + +cd ~/CyberPanel-PL-Stare-Logowanie + +./install.sh \ No newline at end of file