Update Fri Feb 19 12:55:30 PM CST 2021
This commit is contained in:
parent
87b7e5f5e5
commit
3087860e70
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue