Commit 73331131 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rename liteidex package to liteide

parent 85ff745a
......@@ -16,7 +16,7 @@ PKGDIR=$(mktemp -d)
trap "rm -fr $PKGDIR" EXIT
cd $PKGDIR || fatal
name="$(basename "$PKGURL" | sed -e 's|liteidex|liteidex-|')"
name="$(basename "$PKGURL" | sed -e 's|liteidex|liteide-|')"
epm tool eget -O "$name" "$PKGURL"
epm install --repack "$name"
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