tar -xvf ~/immudex/files/${VERSION}/local_user.tar -C /home/user/.local;
rm /home/user/.face;
cp /usr/share/images/desktop-base/immudex_xfce_greeter_logo.png /home/user/.face;
+ ln -s /home/user/.face /home/user/.face.icon;
chown -R user:user /home/user;
echo "user:user1" | chpasswd;
tar -xvf ~/immudex/files/${VERSION}/local_xf0r3m.tar -C /home/xf0r3m/.local;
rm /home/xf0r3m/.face;
cp /usr/share/images/desktop-base/immudex_xfce_greeter_logo.png /home/xf0r3m/.face;
+ ln -s /home/xf0r3m/.face /home/xf0r3m/.face.icon;
chown -R xf0r3m:xf0r3m /home/xf0r3m;
echo "xf0r3m:xf0r3m1" | chpasswd;