mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
refactor(posix): remove function prefixes from all shell files
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ set -u
|
||||
|
||||
# shellcheck disable=SC2016
|
||||
|
||||
function __install_rust() {
|
||||
__install_rust() {
|
||||
|
||||
# Straight from https://rustup.rs/
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
|
||||
Reference in New Issue
Block a user