Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 960b4e0

Browse files
committed
chore: fix install.sh script
1 parent 4c92f27 commit 960b4e0

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ Depending on your use-case you should also consider to:
6161
## Installation with `CLI` (Recommended)
6262

6363
```bash
64-
curl -fsSL https://raw.githubusercontent.com/ToolKitHub/rce-engine/main/install.sh | bash
64+
curl -fsSL https://raw.githubusercontent.com/toolkithub/rce-engine/main/scripts/install.sh -o install.sh
65+
sudo bash ./install.sh
6566
```
6667

6768
For more control over the installation and configuration:

scripts/install.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
#!/bin/bash
22

3-
#+---------------------------------------------------------------------------------------------------------------+
3+
#+-------------------------------------------------------------------------------------------------------------------------------------+
44
# Author: Success Kingsley <hello@xosnrdev.tech>
55
# Last Updated: 2024-08-11
66
# Version: 1.2.1
77
# License: MIT
88
# Description: This script installs the rce-engine on an Ubuntu 22.04 or latest machine.
9-
# Usage: curl -fsSL https://raw.githubusercontent.com/toolkithub/rce-engine/main/scripts/install.sh | bash
10-
#+---------------------------------------------------------------------------------------------------------------+
9+
# Usage: curl -fsSL https://raw.githubusercontent.com/toolkithub/rce-engine/main/scripts/install.sh -o install.sh \
10+
# sudo bash ./install.sh
11+
#+-------------------------------------------------------------------------------------------------------------------------------------+
1112

1213
set -e
1314

@@ -103,21 +104,20 @@ languages=(
103104
"Assembly"
104105
"Ats"
105106
"Bash"
106-
"C"
107+
"Clang"
107108
"Clisp"
108109
"Clojure"
109110
"Cobol"
110111
"CoffeeScript"
111-
"Cpp"
112112
"Crystal"
113113
"Csharp"
114-
"D"
114+
"Dlang"
115115
"Dart"
116116
"Elixir"
117117
"Elm"
118118
"Erlang"
119119
"Fsharp"
120-
"Go"
120+
"Golang"
121121
"Groovy"
122122
"Guile"
123123
"Hare"

0 commit comments

Comments
 (0)