Browse Source

Obsolete package removed

Bob Mottram 8 years ago
parent
commit
ea5593208f
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      src/freedombone-utils-database

+ 1
- 2
src/freedombone-utils-database View File

129
     if [[ $(is_completed $FUNCNAME) == "1" ]]; then
129
     if [[ $(is_completed $FUNCNAME) == "1" ]]; then
130
         return
130
         return
131
     fi
131
     fi
132
-    apt-get -yq install python-software-properties debconf-utils
133
-    apt-get -yq install software-properties-common
132
+    apt-get -yq install software-properties-common debconf-utils
134
     apt-get -yq update
133
     apt-get -yq update
135
 
134
 
136
     function_check get_mariadb_password
135
     function_check get_mariadb_password