diff options
Diffstat (limited to 'tools/installv2.sh')
| -rwxr-xr-x | tools/installv2.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/installv2.sh b/tools/installv2.sh index bf5ed20..d4f180e 100755 --- a/tools/installv2.sh +++ b/tools/installv2.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 |