Commit 7868d879 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: check if need update repo before install

parent 04ce56ff
......@@ -321,6 +321,10 @@ fi
prescription="$1"
shift
load_helper epm-check_updated_repo
update_repo_if_needed
if __check_play_script "$prescription" ; then
#__is_app_installed "$prescription" && info "$$prescription is already installed (use --remove to remove)" && exit 1
__epm_play_run "$prescription" --run "$@" && __save_installed_app "$prescription" || fatal "There was some error during install the application."
......
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