Dev Ghai commited on 2014-01-22 21:55:26
Showing 1 changed files, with 2 additions and 2 deletions.
... | ... |
@@ -14,12 +14,12 @@ debug() { |
14 | 14 |
echo "DEBUG: $1"; |
15 | 15 |
} |
16 | 16 |
|
17 |
-# TODO: This script is made to run only on GNOME Ubuntu. Ask check to gracefullt exit if not on that system. |
|
17 |
+# TODO: This script is made to run only on GNOME Ubuntu. Ask check to gracefully exit if not on that system. |
|
18 | 18 |
# If Terminator is installed, make it the default terminal emulator of the system. |
19 | 19 |
if [ -f /usr/bin/terminator ]; then |
20 | 20 |
SetTerminatorAsDefaultTerm; |
21 | 21 |
else |
22 |
- echo "Terminator was not found on the system. Installing..." |
|
22 |
+ debug "Terminator was not found on the system. Installing..." |
|
23 | 23 |
# install terminator and reconfig |
24 | 24 |
sudo apt-get install terminator; |
25 | 25 |
SetTerminatorAsDefaultTerm; |
26 | 26 |