mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 17:51:09 +02:00
Force install in install-all
scripts (#8194)
Otherwise, one has to remove old installations manually
This commit is contained in:
@ -9,7 +9,7 @@ echo ""
|
||||
|
||||
echo "Install nushell from local..."
|
||||
echo "----------------------------------------------"
|
||||
cargo install --path . --features=dataframe
|
||||
cargo install --force --path . --features=dataframe
|
||||
|
||||
NU_PLUGINS=(
|
||||
'nu_plugin_inc'
|
||||
@ -26,5 +26,5 @@ do
|
||||
echo "----------------------------------------------"
|
||||
echo "Install plugin $plugin from local..."
|
||||
echo "----------------------------------------------"
|
||||
cd crates/"$plugin" && cargo install --path . && cd ../../
|
||||
cd crates/"$plugin" && cargo install --force --path . && cd ../../
|
||||
done
|
||||
|
Reference in New Issue
Block a user