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

small fixes

parent 2a0e681d
......@@ -324,7 +324,7 @@ done
# if input is not console, get pkg from it too
if ! inputisatty ; then
for opt in $(timeout 1 cat) ; do
for opt in $(timeout 1 cat 2>/dev/null) ; do
check_filenames $opt
done
fi
......
......@@ -23,7 +23,7 @@ case $PMTYPE in
apt-rpm|apt-dpkg)
#sudocmd apt-get check || exit
#sudocmd apt-get update || exit
sudocmd apt-get -f install || exit
sudocmd apt-get -f install
;;
apt-dpkg)
#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