1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webmin_ynh.git synced 2024-09-03 20:36:08 +02:00

Added -y to purge webmin in remove

This commit is contained in:
anmol 2018-10-29 04:14:54 +05:30
parent a2db1bb0ad
commit 514cef930d

View file

@ -43,7 +43,7 @@ then
fi fi
sudo apt-get remove --purge webmin sudo apt-get remove -y --purge webmin
sudo rm -r /etc/apt/sources.list.d/webmin.list sudo rm -r /etc/apt/sources.list.d/webmin.list