Hey <@U0904NTEG>, also I had to fix the lib.sh scr...
# osctrl
v
Hey @javuto, also I had to fix the lib.sh script to override the go download url. The value that was previously present didn't work for me. I got like a vague gzip error because curl didn't download anything. The URL that did work for me was this one (hardcoded):
<https://dl.google.com/go/go1.25.5.linux-amd64.tar.gz>"
👍 1
j
good catch, I will push it upstream
thanks!
v
Your welcome!
BTW, this is the error I faced first:
Copy code
ubuntu@node10ob48:~/osctrl$ ./deploy/provision.sh -m dev --nginx --postgres --redis -p all --all-hostname "<http://dev.osctrl.net|dev.osctrl.net>" -E
[+] git is already installed. skipping.
[+] Running apt-get update
Hit:1 <http://archive.ubuntu.com/ubuntu> jammy InRelease
Hit:2 <http://archive.ubuntu.com/ubuntu> jammy-updates InRelease
Hit:3 <http://archive.ubuntu.com/ubuntu> jammy-security InRelease
Hit:4 <http://archive.ubuntu.com/ubuntu> jammy-backports InRelease
Reading package lists... Done
[+] build-essential is already installed. skipping.
[+] sudo is already installed. skipping.
[+] wget is already installed. skipping.
[+] curl is already installed. skipping.
[+] gcc is already installed. skipping.
[+] make is already installed. skipping.
[+] openssl is already installed. skipping.
[+] tmux is already installed. skipping.
[+] bc is already installed. skipping.
[+] rsync is already installed. skipping.
[+] Installing Golang 1.25.5
tar: This does not look like a tar archive

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
This led me into checking the file which was a mere 4KiB, so that's how I found the issue with URL