Skip to content

Commit

Permalink
Fix Typo for 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSuh-Q3 committed Sep 15, 2022
1 parent 2238ad6 commit 9b971d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions myv.sh
Expand Up @@ -101,7 +101,7 @@ function EXDRIVER_FN() {
if [ $TARGET_REVISION == "42218" ] ; then
./rploader.sh ext ${TARGET_PLATFORM}-7.0.1-${TARGET_REVISION}-JUN add https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/$IEXT/rpext-index.json
else
./rploader.sh ext ${TARGET_PLATFORM}-7.1.0-${TARGET_REVISION} add https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/$IEXT/rpext-index.json
./rploader.sh ext ${TARGET_PLATFORM}-7.1.1-${TARGET_REVISION} add https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/$IEXT/rpext-index.json
fi

done < <(echo $I_O | tr ',' '\n')
Expand All @@ -117,7 +117,7 @@ function EXDRIVER_FN() {
if [ $TARGET_REVISION == "42218" ] ; then
./rploader.sh ext ${TARGET_PLATFORM}-7.0.1-${TARGET_REVISION}-JUN add https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/$IEXT/rpext-index.json
else
./rploader.sh ext ${TARGET_PLATFORM}-7.1.0-${TARGET_REVISION} add https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/$IEXT/rpext-index.json
./rploader.sh ext ${TARGET_PLATFORM}-7.1.1-${TARGET_REVISION} add https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/$IEXT/rpext-index.json
fi

fi
Expand Down

0 comments on commit 9b971d3

Please sign in to comment.