mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Fix elif
This commit is contained in:
@@ -119,7 +119,7 @@ function download_programs() {
|
||||
|
||||
if [[ $URL =~ \.tar\.gz$ ]]; then
|
||||
tar -xvf $PREFIX_$RUNTIME -C $PREFIX_$RUNTIME-dir
|
||||
elif
|
||||
else
|
||||
unzip -u $PREFIX_$RUNTIME -d $PREFIX_$RUNTIME-dir
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user