@@ -31,14 +31,3 @@ curl -fsSL --output - "$WILD_URL" \
cat <<EOF
Wild is installed to ${DEST_DIR}/wild
--To make it your default, add or merge these lines into your ~/.cargo/config.toml:--[target.x86_64-unknown-linux-gnu]-linker = "clang"-rustflags = ["-C", "link-arg=--ld-path=wild"]--[target.aarch64-unknown-linux-gnu]-linker = "clang"-rustflags = ["-C", "link-arg=--ld-path=wild"]-EOF
@@ -11,12 +11,14 @@ fi
function finalize {
# after packages install (curl, etc), get the rust toolchain
which rustup > /dev/null 2>&1 || curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- cat <<EOF-Note: It's recommended to install and configure Wild or Mold for faster builds.- Run script/install-wild or script/install-mold.
+ # cat <<EOF
-Finished installing Linux dependencies with script/linux-EOF
+ source script/install-wild
+# Note: It's recommended to install Wild for faster builds.
+# Run script/install-wild.
+
+# Finished installing Linux dependencies with script/linux
+# EOF
}
# Ubuntu, Debian, Mint, Kali, Pop!_OS, Raspbian, etc.