mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02:00
10 lines
155 B
Bash
Executable File
10 lines
155 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# omarchy:summary=Update mise-managed tools
|
|
|
|
if omarchy-cmd-present mise; then
|
|
echo -e "\e[32m\nUpdate mise tools\e[0m"
|
|
mise up
|
|
echo
|
|
fi
|