Commit 482e08b7 authored by lw97's avatar lw97 Committed by Vitaly Lipatov

Fix breaking typo in i586-support.sh

Typo in sed command that led to non-working repo references.
parent 6fc37aec
......@@ -14,7 +14,7 @@ case "$vendor" in
#[ -n "$verbose" ] && info "This system is ready to install 32bit packages"
exit 0
else
epm repo add "$(epm --quiet repo list | grep "x86_64 classic" | sed -e 's|x86_64 |x86_64-i586|')"
epm repo add "$(epm --quiet repo list | grep "x86_64 classic" | sed -e 's|x86_64|x86_64-i586|')"
epm update
fi
exit
......
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