diff --git a/Server/install.sh b/Server/install.sh index bc21679..075e514 100644 --- a/Server/install.sh +++ b/Server/install.sh @@ -40,9 +40,9 @@ wget https://git.bprieshof.nl/ci/Releases/ShellHub/"$RelVer"/.env -O /opt/ShellH wget https://git.bprieshof.nl/ci/Releases/ShellHub/"$RelVer"/BinServices/ShellHubSSH-amd64 -O /opt/ShellHub/ShellHubSSH wget https://git.bprieshof.nl/ci/Releases/ShellHub/"$RelVer"/BinServices/ShellHubAPI-amd64 -O /opt/ShellHub/ShellHubAPI wget https://git.bprieshof.nl/ci/Releases/ShellHub/"$RelVer"/BinServices/webui.tar.gz -O /tmp/webui.tar.gz -chmod +x /opt/ShellHub/BinServices/ShellHubAPI -chmod +x /opt/ShellHub/BinServices/ShellHubSSH -tar -zxvf /tmp/webui.tar.gz -C /opt/ShellHub/ui +chmod +x /opt/ShellHub/ShellHubAPI +chmod +x /opt/ShellHub/ShellHubSSH +tar -zxf /tmp/webui.tar.gz -C /opt/ShellHub/ui mv Tools /opt/ShellHub/tools ##Generating keys