ferrumgate / secure.install

zero trust access platform installation scripts with docker, docker swarm, microk8s, k3s, k8s zero-trust-network-access
https://ferrumgate.com/docs/getting-started/install/
20 stars 4 forks source link

Doesn't install #55

Closed jmessenger51 closed 4 months ago

jmessenger51 commented 4 months ago

I followed the instructions here: https://ferrumgate.com/docs/getting-started/install/

for ubuntu 22.04 Debian 11 Debian 12 In all instances the install failed on curl with no error messages. When attempting to install with the wget method it I got the message:

debian@ztna-ferrumgate-debian:~$ cat wget-log 
--2024-05-06 20:27:55--  http://install.sh/
Resolving install.sh (install.sh)... failed: No address associated with hostname.
wget: unable to resolve host address ‘install.sh’
--2024-05-06 20:27:55--  https://raw.githubusercontent.com/ferrumgate/secure.install/master/install.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.108.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 15529 (15K) [text/plain]
Saving to: ‘install.sh’

install.sh                                     100%[===================================================================================================>]  15.17K  --.-KB/s    in 0.001s  

2024-05-06 20:27:55 (15.5 MB/s) - ‘install.sh’ saved [15529/15529]

FINISHED --2024-05-06 20:27:55--
Total wall clock time: 0.1s
Downloaded: 1 files, 15K in 0.001s (15.5 MB/s)
debian@ztna-ferrumgate-debian:~$ sudo chmod 777 install.sh 
debian@ztna-ferrumgate-debian:~$ sudo ./install.sh 
[INFO]  check architecture
[INFO]  download install scripts from github
[INFO]  installing version 1.16.0
install.zip https://github.com/ferrumgate/secure.install/archive/refs/tags/v1.16.0.zip
debian@ztna-ferrumgate-debian:~$ ferrumgate --start
-bash: ferrumgate: command not found

I started at looking at doing direct docker pulls but with the install script failing on a fresh OS install it seemed like something that should be addressed.

ferrumgate commented 4 months ago

Sorry we forgot to create a tag for release. now it is working. please try again