Clear screen before add or remove app

This commit is contained in:
Bob Mottram 2016-09-30 21:55:05 +01:00
parent d5713a14b0
commit 2b6710e415
1 changed files with 4 additions and 0 deletions

View File

@ -122,6 +122,8 @@ function remove_apps_interactive {
255) return;;
esac
clear
# remove the apps
read_configuration
remove_apps
@ -163,6 +165,8 @@ function install_apps_interactive {
255) return;;
esac
clear
# install the apps
read_configuration
install_apps interactive