Commit 02e42cd4 authored by Mikhail Tergoev's avatar Mikhail Tergoev Committed by Vitaly Lipatov

epm play powershell: fix get version from github

parent 5a44f3b1
...@@ -20,7 +20,7 @@ case $(epm print info -e) in ...@@ -20,7 +20,7 @@ case $(epm print info -e) in
file="powershell_$VERSION.deb_amd64.deb" file="powershell_$VERSION.deb_amd64.deb"
;; ;;
*) *)
PKGURL="https://github.com/PowerShell/PowerShell/releases" BASEURL="https://github.com/PowerShell/PowerShell/releases"
file="powershell-$VERSION.rh.x86_64.rpm" file="powershell-$VERSION.rh.x86_64.rpm"
;; ;;
esac 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