Commit 34415aa5 authored by Vitaly Lipatov's avatar Vitaly Lipatov

small fixes

parent 2a0e681d
...@@ -324,7 +324,7 @@ done ...@@ -324,7 +324,7 @@ done
# if input is not console, get pkg from it too # if input is not console, get pkg from it too
if ! inputisatty ; then if ! inputisatty ; then
for opt in $(timeout 1 cat) ; do for opt in $(timeout 1 cat 2>/dev/null) ; do
check_filenames $opt check_filenames $opt
done done
fi fi
......
...@@ -23,7 +23,7 @@ case $PMTYPE in ...@@ -23,7 +23,7 @@ case $PMTYPE in
apt-rpm|apt-dpkg) apt-rpm|apt-dpkg)
#sudocmd apt-get check || exit #sudocmd apt-get check || exit
#sudocmd apt-get update || exit #sudocmd apt-get update || exit
sudocmd apt-get -f install || exit sudocmd apt-get -f install
;; ;;
apt-dpkg) apt-dpkg)
#sudocmd apt-get update || exit #sudocmd apt-get update || exit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment