Commit 872dae3a authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix add-repo

parent 1471315d
......@@ -61,10 +61,12 @@ case $DISTRNAME in
if [ -z "$repo" ] ; then
info "Add branch repo. TODO?"
docmd apt-repo add branch
sudodocmd apt-repo add branch
return
fi
sudocmd apt-repo add "$repo"
return
;;
esac
......
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