Skip to content

Commit

Permalink
fix: ruby installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph0enixKM committed Sep 3, 2023
1 parent 723cc0e commit d69aae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/install.ab
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ unsafe {
if status == 0 {
let code = "require \"open-uri\"; open(\"{target}\", \"wb\") do |file|; file << open(\"{url}\").read; end"
echo "Using ruby as a download method..."
$ruby -e "{code}"$
$sudo ruby -e "{code}"$
isDone = true
}

Expand Down

0 comments on commit d69aae6

Please sign in to comment.