typo: missing $

This commit is contained in:
shelldweller 2023-06-11 10:10:35 -05:00
parent 48abe4ecd1
commit e5ab7ea5f1
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
echo "% We're done with Pat's script. Thanks Pat!"
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
if INSTALL_PACKAGES == "yes"; then
if $INSTALL_PACKAGES == "yes"; then
# Upgrade kernel packages all at once
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
echo "% Upgrading stock kernel packages to libre kernel packages."