changed the script..

This commit is contained in:
pika 2025-05-03 16:24:52 +02:00
parent fdd7d27728
commit 5502cd8e4d

View file

@ -202,6 +202,23 @@ __validate__() {
# fi
}
instZellij() {
cargoInstall() {
if command_exists cargo; then
rustup update
sleep 1
cargo install --locked zellij
fi
}
if ! command_exists zellij; then
if ! cargoInstall; then
echo_error "Something went wrong.. Please look for the installation yourself!"
echo "Documentation: https://zellij.dev/documentation/installation.html#third-party-repositories"
fi
fi
}
__dep__() {
_depss=(
"stow"