Przeglądaj źródła

Clear screen before add or remove app

Bob Mottram 8 lat temu
rodzic
commit
2b6710e415
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4
    0
      src/freedombone-addremove

+ 4
- 0
src/freedombone-addremove Wyświetl plik

@@ -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