Skip to content

Commit

Permalink
Fixed func name
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Sep 20, 2024
1 parent 46112c5 commit a4b75d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/tabs/applications-setup/linutil-updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

. ../common-script.sh

installLinutil() {
updateLinutil() {
if [ ! -e "$HOME/.cargo/bin/linutil" ]; then
printf "%b\n" "${RED}This script only updates the binary installed through cargo.\nlinutil_tui is not installed.${RC}"
exit 1
Expand Down Expand Up @@ -42,4 +42,4 @@ installLinutil() {
checkEnv
checkEscalationTool
checkAURHelper
installLinutil
updateLinutil

0 comments on commit a4b75d8

Please sign in to comment.