Compare commits

...

3 Commits

3 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
FLASHPLUGIN_VERSION=11.2.202.280
FLASHPLUGIN_VERSION=11.2.202.285
WIN32CODECS_VERSION=20110131
SKYPE_VERSION=4.1.0.20
SKYPE_VERSION=4.2.0.11
VIRTUALBOX_EXTENSION_PACK_VERSION=4.2.0
SUN_JAVA7_VERSION=7u17

View File

@@ -1 +1 @@
VERSION = 2.3.21.1
VERSION = 2.3.22

View File

@@ -72,6 +72,7 @@ dcop_write $"Configuring users and host..." 50
echo $"Configuring users and host" | tee -a $LOG_FILE
# configure user
[ "$INSTALL_USER" ] && {
userdel -rf liveuser
useradd $INSTALL_USER \
-c "$INSTALL_USER_FULLNAME" \
-G audio,filesharing,sysadmin,packager,lpadmin,video,nopermfs || {