From d5b843af61da9a60899c787d563cb2393bfe3c6c Mon Sep 17 00:00:00 2001 From: Kiooeht Date: Sun, 29 May 2011 09:50:47 -0700 Subject: [PATCH] Easy installer: Only offer launcher creation if using GNOME --- easyInstaller | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/easyInstaller b/easyInstaller index 440b698..4d2d2b9 100755 --- a/easyInstaller +++ b/easyInstaller @@ -78,14 +78,14 @@ Of course you are!!! ::::D" gnome = False;break else: print "herpaderp" - while 1: - shortcut = raw_input("Create launcher in home directory? [Y/n]: ") - if shortcut.lower() == "y" or shortcut == "": - shortcut = True;break - elif shortcut.lower() == "n": - shortcut = False;break - else: - print "u jelly?" + while 1: + shortcut = raw_input("Create launcher in home directory? [Y/n]: ") + if shortcut.lower() == "y" or shortcut == "": + shortcut = True;break + elif shortcut.lower() == "n": + shortcut = False;break + else: + print "u jelly?" # do some shitty install try: