Skip to content

Commit

Permalink
👌 IMPROVE: run piKiss.sh when install it
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcerrejon committed Nov 14, 2023
1 parent afc7782 commit 33ede75
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions res/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Description : Easy install PiKISS
# Author : Jose Cerrejon Gonzalez (ulysess@gmail_dot._com)
# Version : 1.0.9 (12/Nov/23)
# Version : 1.0.10 (14/Nov/23)
#
clear

Expand Down Expand Up @@ -60,5 +60,7 @@ cd ${HOME}/piKiss, type ./piKiss.sh. You have a menu shortcut, too!. Go to:
· Raspberry Pi OS: Menu > System Tools > PiKISS
"
read -p "Press ENTER to exit."
exit
read -p "Press ENTER to run PiKISS."

cd "${INSTALL_DIR}/piKiss" || exit 1
./piKiss.sh

0 comments on commit 33ede75

Please sign in to comment.