+++ /dev/null
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=Klient poczty Thunderbird
-Comment=Czytanie i wysyłanie e-maili
-Exec=/usr/local/bin/run-thunderbird
-Icon=thunderbird
-Path=
-Terminal=false
-StartupNotify=true
cp -vv ~/immudex-testing/files/${VERSION}/Notifier\ -\ distro.desktop /etc/skel/.config/autostart;
cp -vv ~/immudex-testing/files/${VERSION}/redshift.conf /etc/skel/.config;
cp -vv ~/immudex-testing/files/${VERSION}/redshift.desktop /etc/skel/.config/autostart;
-cp -vv ~/immudex-testing/files/${VERSION}/Klient\ poczty\ Thunderbird.desktop /etc/skel/Pulpit;
cp -vv ~/immudex-testing/files/${VERSION}/terminalrc /etc/skel/.config/xfce4/terminal;
cp -vv ~/immudex-testing/files/${VERSION}/mimeapps.list /etc/skel/.config;
cp -rvv ~/immudex-testing/files/${VERSION}/sync.sh /usr/share;
useradd -m -s /bin/bash user;
cp -rvv /etc/skel/.??* /home/user;
cp -rvv /etc/skel/?* /home/user;
- mkdir /home/user/.local;
- tar -xvf ~/immudex-testing/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;
chown -R user:user /home/user;
echo "user:user1" | chpasswd;
useradd -m -s /bin/bash xf0r3m;
cp -rvv /etc/skel/.??* /home/xf0r3m;
cp -rvv /etc/skel/?* /home/xf0r3m;
- mkdir /home/xf0r3m/.local;
- tar -xvf ~/immudex-testing/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;
chown -R xf0r3m:xf0r3m /home/xf0r3m;
echo "xf0r3m:xf0r3m1" | chpasswd;