Small fixes

This commit is contained in:
2025-08-25 17:14:29 +02:00
parent 345de0c05f
commit c30446191f
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ step_2() {
exe apt-get source -b unrar-nonfree
saveReturn $?
endReturn
exe dpkg -i unrar_*_armhf.deb
exe dpkg -i unrar_*_arm64.deb
exe rm -rf unrar-*
}