Commit 0417a035 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repo reset: implement for ALT

parent 4eb8ef84
......@@ -112,6 +112,13 @@ esac
epm_reporeset()
{
case $BASEDISTRNAME in
alt)
sudoepm repo set $DISTRVERSION
return
;;
esac
case $PMTYPE in
winget)
sudocmd winget source reset
......
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