Skip to content

Commit

Permalink
fix typo and boot behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
Informatic committed Jan 5, 2022
1 parent 31b95ab commit a94e315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Requires root.

Installation
------------
This should be downloadadble in Homebrew Channel. Otherwise, there's an `ipk` in
This should be downloadable in Homebrew Channel. Otherwise, there's an `ipk` in
GitHub releases to the right. You are on your own here.

Acknowledgments
Expand Down
2 changes: 1 addition & 1 deletion assets/apply.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e -o pipefail

MOUNT_TARGET="/usr/palm/applications/com.webos.app.screensaver/qml/main.qml"
QML_PATH="$(dirname "$0")/screensaver-main.qml"
QML_PATH="$(dirname "$(realpath "$0")")/screensaver-main.qml"

if [[ ! -f "$MOUNT_TARGET" ]]; then
echo "[-] Target file does not exist: $MOUNT_TARGET" >&2
Expand Down

0 comments on commit a94e315

Please sign in to comment.