Преглед изворни кода

Clear screen before add or remove app

Bob Mottram пре 8 година
родитељ
комит
2b6710e415
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4
    0
      src/freedombone-addremove

+ 4
- 0
src/freedombone-addremove Прегледај датотеку

@@ -122,6 +122,8 @@ function remove_apps_interactive {
122 122
         255) return;;
123 123
     esac
124 124
 
125
+    clear
126
+
125 127
     # remove the apps
126 128
     read_configuration
127 129
     remove_apps
@@ -163,6 +165,8 @@ function install_apps_interactive {
163 165
         255) return;;
164 166
     esac
165 167
 
168
+    clear
169
+
166 170
     # install the apps
167 171
     read_configuration
168 172
     install_apps interactive