From febb5ab7135f3496667e5acecd24c7c3af642230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Wed, 12 Apr 2023 07:40:39 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Einstall.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 55ba9e3..6ccf021 100644 --- a/install.sh +++ b/install.sh @@ -1,10 +1,10 @@ echo starting install echo Enter your API Key/Token: read apikey -echo APIKEY="'$apikey'"" | cat - sshlogin.sh > temp && mv temp sshlogin.sh +echo APIKEY="'$apikey'" | cat - sshlogin.sh > temp && mv temp sshlogin.sh echo Enter your User Token: read userkey -echo USERKEY="'$userkey'"" | cat - sshlogin.sh > temp && mv temp sshlogin.sh +echo USERKEY="'$userkey'" | cat - sshlogin.sh > temp && mv temp sshlogin.sh echo '#!/bin/bash' | cat - sshlogin.sh > temp && mv temp sshlogin.sh chmod +x sshlogin.sh chmod +x pushover.sh