Delete the line of duplicate function.

This commit is contained in:
Samson-W 2018-11-18 00:02:10 +08:00
parent dcd0e0947d
commit 0b669e3307
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ apply () {
if [ $FNRET = 0 ]; then
crit "$PACKAGE is installed, purging it"
apt-get purge $PACKAGE -y
apt-get autoremove
else
ok "$PACKAGE is absent"
fi