Skip to content

Commit

Permalink
Fix the file repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
KcrPL committed Oct 28, 2022
1 parent da3dc04 commit 57fd202
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RiiConnect24Patcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ subtitle () {

# Get file from SketchMaster2001's website
sketchget () {
curl --create-dirs -f -k -L -o "${2}" -S -s --insecure https://sketchmaster2001.github.io/RC24_Patcher/${1}
curl --create-dirs -f -k -L -o "${2}" -S -s --user-agent "RiiConnect24 Patcher Unix ${ver}" --insecure https://patcher.rc24.xyz/update/RiiConnect24-Patcher_Unix/v1/${1}
}

# Get file from RiiConnect24 website and save it to output
rc24get () {
curl --create-dirs -f -k -L -o "${2}" -S -s --insecure https://patcher.rc24.xyz/update/RiiConnect24-Patcher/v1/${1}
curl --create-dirs -f -k -L -o "${2}" -S -s --user-agent "RiiConnect24 Patcher Unix ${ver}" --insecure https://patcher.rc24.xyz/update/RiiConnect24-Patcher/v1/${1}
}


Expand Down Expand Up @@ -999,7 +999,7 @@ mkdir rc24-data
pushd rc24-data > /dev/null

ver=v1.1.4
beta=1
beta=0

if [ ${beta} != 1 ]
then
Expand Down

0 comments on commit 57fd202

Please sign in to comment.