Skip to content

Commit

Permalink
Only binary should be copied to the destination
Browse files Browse the repository at this point in the history
  • Loading branch information
sibprogrammer committed Dec 11, 2022
1 parent e2a9234 commit c835218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ "Linux" = "$OS_NAME" -o "Darwin" = "$OS_NAME" ]; then
curl -fsSL "$MAC_ARCHIVE" --output plesk-latest.tar.gz
fi

tar xzf plesk-latest.tar.gz --directory=$PREFIX
tar xzf plesk-latest.tar.gz --directory=$PREFIX plesk
rm plesk-latest.tar.gz
[ -f $PREFIX/plesk ] && echo "The utility 'plesk' has been successfully installed to $PREFIX"
else
Expand Down

0 comments on commit c835218

Please sign in to comment.