Skip to content

Commit

Permalink
fix: Install script
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbc committed Apr 21, 2023
1 parent db26fc0 commit f677284
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plexorcist.install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ version=1.3.0
wget https://github.com/stefanbc/Plexorcist/archive/refs/tags/v${version}.zip -O "Plexorcist-${version}.zip"

# Unzip the file
unzip ./"Plexorcist-v${version}.zip"
unzip ./"Plexorcist-${version}.zip"

# Removes zip file
rm ./"Plexorcist-v${version}.zip"
rm ./"Plexorcist-${version}.zip"

# Move the folder
mv ./"Plexorcist-v${version}" ./Plexorcist
mv ./"Plexorcist-${version}" ./Plexorcist

# Open Plexorcist
cd Plexorcist
Expand Down

0 comments on commit f677284

Please sign in to comment.