Skip to content

Commit

Permalink
fix an error and edit installer
Browse files Browse the repository at this point in the history
  • Loading branch information
yamad committed Feb 4, 2020
1 parent 47c2656 commit 18a106e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions alter-pp/misc/alter-pp.plymouth
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Description=A plymouth theme for Alter
ModuleName=script

[script]
ImageDir=/usr/share/plymouth/themes/alter-logo
ScriptFile=/usr/share/plymouth/themes/alter-logo/alter-logo.script
ImageDir=/usr/share/plymouth/themes/alter-pp
ScriptFile=/usr/share/plymouth/themes/alter-pp/alter-pp.script
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi

if [ ! $1 ]; then
echo "Please choose theme at least one."
echo "Example: ~# install.sh alter-logo"
echo "Example: ~# install.sh alter-logo alter-pp"
exit 1
fi

Expand Down

0 comments on commit 18a106e

Please sign in to comment.