This repository was archived by the owner on Jul 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ Depending on your use-case you should also consider to:
61
61
## Installation with ` CLI ` (Recommended)
62
62
63
63
``` 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
65
66
```
66
67
67
68
For more control over the installation and configuration:
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- # +---------------------------------------------------------------------------------------------------------------+
3
+ # +------------------------------------------------------------------------------------------------------------------------------------- +
4
4
# Author: Success Kingsley <hello@xosnrdev.tech>
5
5
# Last Updated: 2024-08-11
6
6
# Version: 1.2.1
7
7
# License: MIT
8
8
# 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
+ # +-------------------------------------------------------------------------------------------------------------------------------------+
11
12
12
13
set -e
13
14
@@ -103,21 +104,20 @@ languages=(
103
104
" Assembly"
104
105
" Ats"
105
106
" Bash"
106
- " C "
107
+ " Clang "
107
108
" Clisp"
108
109
" Clojure"
109
110
" Cobol"
110
111
" CoffeeScript"
111
- " Cpp"
112
112
" Crystal"
113
113
" Csharp"
114
- " D "
114
+ " Dlang "
115
115
" Dart"
116
116
" Elixir"
117
117
" Elm"
118
118
" Erlang"
119
119
" Fsharp"
120
- " Go "
120
+ " Golang "
121
121
" Groovy"
122
122
" Guile"
123
123
" Hare"
You can’t perform that action at this time.
0 commit comments