Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this to do with me having zsh I wonder. Can you work that into the standalone-install.sh ? #76

Open
scottishbay opened this issue May 28, 2024 · 2 comments
Assignees
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@scottishbay
Copy link

Building and packing OpenVPN-UI
./standalone-install.sh: line 103: go: command not found
./standalone-install.sh: line 104: go: command not found
./standalone-install.sh: line 106: bee: command not found
./standalone-install.sh: line 107: bee: command not found
Building qrencode
./standalone-install.sh: line 111: cd: build/qrencode: No such file or directory
./standalone-install.sh: line 112: go: command not found
chmod: cannot access 'qrencode': No such file or directory
Moving qrencode to GOPATH
./standalone-install.sh: line 115: go: command not found
mv: cannot stat 'qrencode': No such file or directory

@d3vilh
Copy link
Owner

d3vilh commented May 31, 2024

Hi @scottishbay
As per reported errors you don't have GoLang installed.
What arch and disto do you use (uname -a; cat /etc/*release*)?
Please note that currently standalone script supports x86-64/amd64 architecture.

To run script using bash from zsh shell you could do following:

  1. locate your bash binary
pankaban@vilkovo:~ $ which bash
/usr/bin/bash
pankaban@vilkovo:~ $
  1. Run the script:
pankaban@vilkovo:~ $ /usr/bin/bash standalone-install.sh

If you don't have bash - install it :)

If you have Debian based Arm64(Raspberry-64) server then you could install it this way before runningstandalone-install.sh :

wget https://golang.org/dl/go1.22.3.linux-arm64.tar.gz
sudo tar -C /usr/local -xzf go1.22.3.linux-arm64.tar.gz
echo "export PATH=$PATH:/usr/local/go/bin" | sudo tee -a /etc/profile
source /etc/profile
go version 

@d3vilh d3vilh self-assigned this May 31, 2024
@d3vilh d3vilh added help wanted Extra attention is needed question Further information is requested labels May 31, 2024
@d3vilh
Copy link
Owner

d3vilh commented Jun 24, 2024

Hi @scottishbay how is it going? did you manage to install it? Can we close this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants