-
I would like to use curl -fsSL https://code-server.dev/install.sh | sh
Red Hat Enterprise Linux
Installing v3.11.0 of the amd64 rpm package from GitHub.
+ mkdir -p ~/.cache/code-server
+ curl -#fL -o ~/.cache/code-server/code-server-3.11.0-amd64.rpm.incomplete -C - https://github.com/cdr/code-server/releases/download/v3.11.0/code-server-3.11.0-amd64.rpm
######################################################################## 100.0%##O=# # ######################################################################## 100.0%
+ mv ~/.cache/code-server/code-server-3.11.0-amd64.rpm.incomplete ~/.cache/code-server/code-server-3.11.0-amd64.rpm
+ sudo rpm -i ~/.cache/code-server/code-serverr-3.11.0-amd64.rpm
Sorry, user REDACTED is not allowed to execute '/usr/bin/rpm -i /home/REDACTED/.cache/code-server/code-server-3.11.0-amd64.rpm' as root on REDACTED_HOSTNAME.REDACTED_COMPANY.com. |
Beta Was this translation helpful? Give feedback.
Answered by
bpmct
Jul 19, 2021
Replies: 1 comment 2 replies
-
Yep, it looks like the script tried to install with rpm. You can also install code-server with npm, manually building, or downloading the binary from the releases page. It's in the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
wlandau
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep, it looks like the script tried to install with rpm. You can also install code-server with npm, manually building, or downloading the binary from the releases page. It's in the
bin/
folder