fix: update all function (#204) #217

Merged
dw-0 merged 2 commits from fix-update-all into master 2022-06-30 11:08:09 +02:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit 9e9bce76c0 - Show all commits

View File

@@ -260,8 +260,7 @@ function detect_conflicting_packages() {
echo -e "###### > Skip"
break;;
*)
print_unkown_cmd
print_msg && clear_msg;;
error_msg "Invalid command!";;
esac
done
fi

View File

@@ -129,8 +129,7 @@ function update_all() {
N|n|No|no)
break;;
*)
print_unkown_cmd
print_msg && clear_msg;;
error_msg "Invalid command!";;
esac
done
}