mirror of
https://codeberg.org/hyperreal/admin-scripts
synced 2024-11-25 09:03:41 +01:00
Use . instead of source
This commit is contained in:
parent
d5a02db4dd
commit
e8db10d7ea
2
justfile
2
justfile
@ -103,7 +103,7 @@ rustup-root:
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sudo sh
|
||||
|
||||
rust-tools:
|
||||
source "${HOME}/.cargo/env"
|
||||
. "${HOME}/.cargo/env"
|
||||
cargo install cargo-binstall
|
||||
for pkg in "arp-scan" "bandwhich" "bat" "diskonaut" "du-dust" "fblog" "fd" "hyperfine" "procs" "ripgrep" "skim"; do \
|
||||
cargo-binstall -y "$pkg"; \
|
||||
|
Loading…
Reference in New Issue
Block a user