Explorar o código

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

Michael Vogt %!s(int64=13) %!d(string=hai) anos
pai
achega
17e4360804
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"