www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f08b4e358cd78d6044db7d036336d80c6854054c
parent ba77b7cdeb50faa424fc738c58469c2b1ed74887
Author: Scott Moreau <oreaus@gmail.com>
Date:   Fri,  3 Apr 2020 22:41:36 -0600

install.sh: Echo 'installation done' message as the last message

Diffstat:
Minstall.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install.sh b/install.sh @@ -161,8 +161,6 @@ fi chmod 755 $BUILDROOT/start_wayfire.sh $SUDO cp $BUILDROOT/start_wayfire.sh $PREFIX/bin/startwayfire -echo "Installation done. Run $PREFIX/bin/startwayfire to start wayfire." - ask_confirmation "Do you want to install WCM, a graphical configuration tool for Wayfire [y/n]? " if [ $yn = Y ]; then check_download wcm @@ -171,3 +169,5 @@ if [ $yn = Y ]; then ninja -C build $SUDO ninja -C build install fi + +echo "Installation done. Run $PREFIX/bin/startwayfire to start wayfire."