]> git.saurik.com Git - apt.git/blobdiff - dselect/update
Replace --force-yes by various options starting with --allow
[apt.git] / dselect / update
index 411033ca99b7788ae8fa242c76fa8446387c4bc7..0ab317ee40654bd2f6d6bc59c21b2da47c8e4931 100755 (executable)
@@ -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"
@@ -42,7 +42,7 @@ then
 fi
 
 if [ x$PROMPT = "xtrue" ]; then
-   echo $"Press enter to continue." && read RES;
+   echo $"Press [Enter] to continue." && read RES;
 fi
 
 exit $STATUS