Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zanterian committed Apr 30, 2012
1 parent a2301a1 commit 0f9ac76
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Zanty/current/configscripts/setup
Expand Up @@ -4,12 +4,10 @@
# repository, a quick running of the setup script allows the ease of installation
# that many conky's seem hard to do.
printf "Setting up conky in the current user's home directory\n";
printf "${HOME}/.conky/ will be the conky configuration folder\n";
printf "----------------------------------------------------------------\n";
printf "${HOME}/.conky/ will be the conky configuration folder\n\n";
printf "WARNING!! This script assumes that all of the conky scripts to\n";
printf "be installed are in the parent directory !!\n";
printf "----------------------------------------------------------------\n";
printf "Proceed with setup? [y/n]";
printf "be installed are in the parent directory !!\n\n";
printf "Proceed with setup? [y/n] ";
read resp;
if [ $resp != 'y' ]
then
Expand Down

0 comments on commit 0f9ac76

Please sign in to comment.