Skip to content

Commit

Permalink
Merge pull request #84 from TheShadowEevee/master
Browse files Browse the repository at this point in the history
[Unix] Only download Sharpii once
  • Loading branch information
noahpistilli committed Jun 30, 2021
2 parents cd18912 + 91b420b commit d0fed9e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions RiiConnect24Patcher.sh
Expand Up @@ -506,9 +506,6 @@ uninstall () {
title "Downloading Uninstaller Files (Wii)"

print "Please wait..."

sketchget Sharpii/sharpii${sys} Sharpii
chmod +x Sharpii

mkdir -p "${out_path}/WAD"

Expand Down Expand Up @@ -674,9 +671,6 @@ wiipatch () {
patched=(0 0 0 0 0 0)
refresh

sketchget Sharpii/sharpii${sys} Sharpii
chmod +x Sharpii

mkdir -p "${out_path}/WAD"
mkdir -p "${out_path}/apps"

Expand Down Expand Up @@ -869,9 +863,6 @@ vwiipatch () {
patched=(0 0 0 0 0 0)
refresh

sketchget Sharpii/sharpii${sys} Sharpii
chmod +x Sharpii

mkdir -p "${out_path}/WAD"
mkdir -p "${out_path}/apps"

Expand Down

0 comments on commit d0fed9e

Please sign in to comment.