Просмотр исходного кода

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

Michael Vogt лет назад: 13
Родитель
Сommit
17e4360804
1 измененных файлов с 1 добавлено и 1 удалено
  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"