„install.sh“ ändern

This commit is contained in:
Yann Mölle 2023-04-12 07:48:28 +00:00
parent d3025fef62
commit 6880311670

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
echo starting install echo Startiing installation
echo Enter your API Key/Token: echo Enter your API Key/Token:
read apikey read apikey
echo APIKEY="'$apikey'" | cat - sshlogin.sh > temp && mv temp sshlogin.sh echo APIKEY="'$apikey'" | cat - sshlogin.sh > temp && mv temp sshlogin.sh