Przeglądaj źródła

dselect/update: remove "-f" option as its not being used in the context of apt-get update

Michael Vogt 13 lat temu
rodzic
commit
17e4360804
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      dselect/update

+ 1 - 1
dselect/update

@@ -6,7 +6,7 @@ TEXTDOMAIN="apt"
 
 # Get the configuration from /etc/apt/apt.conf
 CLEAN="prompt"
-OPTS="-f"
+OPTS=""
 APTGET="/usr/bin/apt-get"
 APTCACHE="/usr/bin/apt-cache"
 DPKG="/usr/bin/dpkg"