insterlation problem

Locked
krasser88
Posts: 32
Joined: Thu 26. Jul 2018, 17:30
Contact:

insterlation problem

Post by krasser88 »

moin hab problem wolllte keyhelp insterlierren folgne meldung

get https://install.keyhelp.de/get_keyhelp.php -O installkeyhelp.sh ; bash installkeyhelp.sh ;
--2018-07-26 17:28:34-- https://install.keyhelp.de/get_keyhelp.php
Resolving install.keyhelp.de (install.keyhelp.de)... 2001:1b60:2:11:913:101:be57:cafe, 62.141.56.232
Connecting to install.keyhelp.de (install.keyhelp.de)|2001:1b60:2:11:913:101:be57:cafe|:443... connected.
ERROR: The certificate of ‘install.keyhelp.de’ is not trusted.
ERROR: The certificate of ‘install.keyhelp.de’ hasn't got a known issuer.

benutze debian 9
User avatar
Nobby
Posts: 134
Joined: Sun 13. Mar 2016, 18:34

Re: insterlation problem

Post by Nobby »

Ist: get https://install.keyhelp.de/get_keyhelp.php -O installkeyhelp.sh ; bash installkeyhelp.sh ;

Soll: wget https://install.keyhelp.de/get_keyhelp.php -O installkeyhelp.sh ; bash installkeyhelp.sh ;
Mit freundlichen Grüßen, Nobby
-----------------------------------
.ninja {
color: black;
visibility: hidden;
animation-duration: 0,00001s;
}
sv3n
Posts: 103
Joined: Sat 11. Feb 2017, 23:08

Re: insterlation problem

Post by sv3n »

krasser88 wrote: Thu 26. Jul 2018, 17:31 moin hab problem wolllte keyhelp insterlierren folgne meldung
Bei diesem Satzaufbau besser hier nochmals lesen: https://www.keyhelp.de/en/#installation
Oder dem Rat von Nobby folgen.
Nobby wrote: Thu 26. Jul 2018, 19:11 Ist: get https://install.keyhelp.de/get_keyhelp.php -O installkeyhelp.sh ; bash installkeyhelp.sh ;

Soll: wget https://install.keyhelp.de/get_keyhelp.php -O installkeyhelp.sh ; bash installkeyhelp.sh ;
Was er dir damit sagen will ist das das so aussehen soll:

Code: Select all

wget https://install.keyhelp.de/get_keyhelp.php -O installkeyhelp.sh ; bash installkeyhelp.sh ;
Mfg Sven
nikko
Posts: 914
Joined: Fri 15. Apr 2016, 16:11

Re: insterlation problem

Post by nikko »

Versuch es mal ohne Zertifikatcheck

Code: Select all

wget --no-check-certificate https://install.keyhelp.de/get_keyhelp.php -O installkeyhelp.sh; bash installkeyhelp.sh
The software said: Requires Win Vista®, 7®, 8® or better. And so I installed Linux.
Locked