Update Fri Feb 19 12:55:30 PM CST 2021

This commit is contained in:
Dewalt 2021-02-19 12:55:30 -06:00
parent 87b7e5f5e5
commit 3087860e70
1 changed files with 3 additions and 3 deletions

View File

@ -107,9 +107,9 @@ fix_section () {
eval apt -y install $section $silent
elif [ $force = 1 ]
then
# sanity check : force=1 check=1
echo -e "\n $redstar reinstall : $section"
eval apt -y reinstall $section $silent
# sanity check : force=1 check=1
echo -e "\n $redstar reinstall : $section"
eval apt -y reinstall $section $silent
else
# sanity check : force=0 check=1
echo -e "\n $greenminus $section already installed"