Skip to content

Commit

Permalink
Fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Jun 15, 2024
1 parent 5466a26 commit 5df8b72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tools/firmware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,8 @@ install_package() {
local package=$1
local package_manager
package_manager=$(detect_package_manager)
read -rp "$package is not installed. Press enter to install $package and its dependencies. Alternatively you can terminate this script by pressing Control+C and install $package yourself, if you want to install it via some alternate method."
echo -e "$package is missing!\n"
read -rp "Press enter to install $package and its dependencies. Alternatively you can terminate this script by pressing Control+C and install $package yourself, if you want to install it via some alternate method."

case $package_manager in
"apt")
Expand Down

0 comments on commit 5df8b72

Please sign in to comment.