aboutsummaryrefslogtreecommitdiff
path: root/tools/install_14_04_3.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/install_14_04_3.sh')
-rwxr-xr-xtools/install_14_04_3.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/install_14_04_3.sh b/tools/install_14_04_3.sh
index bf5ed20..d4f180e 100755
--- a/tools/install_14_04_3.sh
+++ b/tools/install_14_04_3.sh
@@ -35,7 +35,6 @@ fi
# find /usr/lib -name notify-osd | xargs chmod -x
# killall notify-osd 2>/dev/null
apt-get -y install python-software-properties 2>/dev/null
-gconftool -s -t bool /apps/update-notifier/auto_launch false
for i in id chown chmod cut awk tail grep cat sed mkdir rm mv sleep apt-get add-apt-repository update-alternatives; do
p=`which $i`
@@ -177,6 +176,8 @@ EOF
cp /usr/share/applications/gnome-terminal.desktop /etc/skel/Desktop/
chmod 755 /etc/skel/Desktop/*.desktop
+[ "`which gconftool`" == "" ] || gconftool -s -t bool /apps/update-notifier/auto_launch false
+
pass=`echo -n icpc | makepasswd --clearfrom - --crypt-md5 | cut -d'$' -f2-`
pass=\$`echo $pass`
id -u icpc >/dev/null 2>/dev/null