Commit a44ffde4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-play: disable check for already installed (it is allowed upgrade)

parent e688c6d4
......@@ -115,6 +115,6 @@ if [ "$1" == "--list-all" ] || [ -z "$*" ] ; then
exit
fi
__check_installed_app "$1" && info "$1 is already installed (use --remove to remove)" && exit 1
#__check_installed_app "$1" && info "$1 is already installed (use --remove to remove)" && exit 1
__epm_play_run "$1" --run && __save_installed_app "$1"
}
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