Skip to content

Commit

Permalink
More logs for plexdrive download and install
Browse files Browse the repository at this point in the history
  • Loading branch information
rapejim authored Jun 9, 2024
1 parent 60c693b commit 67f55ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion root/plexdrive-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ fi

# Get plexdrive
cd /tmp
wget "https://github.com/plexdrive/plexdrive/releases/download/$PLEXDRIVE_VERSION/plexdrive-linux-$ARCH" -q -O plexdrive
echo "Downloading https://github.com/plexdrive/plexdrive/releases/download/$PLEXDRIVE_VERSION/plexdrive-linux-$ARCH"
wget "https://github.com/plexdrive/plexdrive/releases/download/$PLEXDRIVE_VERSION/plexdrive-linux-$ARCH" -O plexdrive
chmod -c +x /tmp/plexdrive
version=$(/tmp/plexdrive --version)

Expand Down

0 comments on commit 67f55ac

Please sign in to comment.