install_packages task-desktop task-xfce-desktop;
-install_packages firejail ufw cryptsetup lsof extlinux grub-efi-amd64 efibootmgr bash-completion etherwake wakeonlan cifs-utils wget figlet mpv youtube-dl vim-gtk3 redshift irssi nmap nfs-common remmina python3-pip ffmpeg debootstrap squashfs-tools xorriso syslinux-efi grub-pc-bin grub-efi-amd64-bin mtools dosfstools chrony python3-venv isolinux rsync mutt gimp openvpn netselect-apt gvfs-backends dnsutils;
+install_packages firejail ufw cryptsetup lsof extlinux grub-efi-amd64 efibootmgr bash-completion etherwake wakeonlan cifs-utils wget figlet mpv youtube-dl vim-gtk3 redshift irssi nmap nfs-common remmina python3-pip ffmpeg debootstrap squashfs-tools xorriso syslinux-efi grub-pc-bin grub-efi-amd64-bin mtools dosfstools chrony python3-venv isolinux rsync mutt gimp openvpn netselect-apt gvfs-backends dnsutils xfce4-notes-plugin;
-head -1 /etc/apt/sources.list | tee /etc/apt/sources.list.d/xfce4-notes-plugin.list;
-sed -i 's/testing/experimental/' /etc/apt/sources.list.d/xfce4-notes-plugin.list;
-apt update;
-apt install xfce4-notes-plugin -y;
-rm /etc/apt/sources.list.d/xfce4-notes-plugin.list;
-apt update;
+#head -1 /etc/apt/sources.list | tee /etc/apt/sources.list.d/xfce4-notes-plugin.list;
+#sed -i 's/testing/experimental/' /etc/apt/sources.list.d/xfce4-notes-plugin.list;
+#apt update;
+#apt install xfce4-notes-plugin -y;
+#rm /etc/apt/sources.list.d/xfce4-notes-plugin.list;
+#apt update;
cd;
-git clone https://github.com/xf0r3m/xfcedebian -b d13;
-cd xfcedebian;
+git clone https://git.morketsmerke.org/git/xfcedebian-d13;
+cd xfcedebian-d13;
bash install.sh;
cd;
-cp -vv ~/immudex-testing/tools/${VERSION}/* /usr/local/bin;
+cp -vv ~/immudex-testing/tools/immudex-autostart-x4notes /usr/local/bin;
+cp -vv ~/immudex-testing/tools/immudex-create-media /usr/local/bin;
+cp -vv ~/immudex-testing/tools/immudex-addons /usr/local/bin;
+cp -vv ~/immudex-testing/tools/immudex-branch /usr/local/bin;
+cp -vv ~/immudex-testing/tools/immudex-crypt /usr/local/bin;
+cp -vv ~/immudex-testing/tools/immudex-hostname /usr/local/bin;
+cp -vv ~/immudex-testing/tools/immudex-install /usr/local/bin;
+cp -vv ~/immudex-testing/tools/immudex-import-gpgkeys /usr/local/bin;
+cp -vv ~/immudex-testing/tools/immudex-import-sshkeys /usr/local/bin;
+cp -vv ~/immudex-testing/tools/immudex-meteo /usr/local/bin;
+cp -vv ~/immudex-testing/tools/immudex-morketsmerke /usr/local/bin;
+cp -vv ~/immudex-testing/tools/immudex-motd2 /usr/local/bin;
+cp -vv ~/immudex-testing/tools/immudex-newsfeed /usr/local/bin;
+cp -vv ~/immudex-testing/tools/immudex-notifier /usr/local/bin;
+cp -vv ~/immudex-testing/tools/immudex-padlock /usr/local/bin;
+cp -vv ~/immudex-testing/tools/immudex-pl /usr/local/bin;
+cp -vv ~/immudex-testing/tools/immudex-secured-firefox /usr/local/bin;
+cp -vv ~/immudex-testing/tools/immudex-shoutcasts /usr/local/bin;
+cp -vv ~/immudex-testing/tools/immudex-upgrade /usr/local/bin;
+cp -vv ~/immudex-testing/tools/immudex-ytplay /usr/local/bin;
+cp -vv ~/immudex-testing/tools/library.sh /usr/local/bin;
+cp -vv ~/immudex-testing/tools/idle-clic /usr/local/bin;
+cp -vv ~/immudex-testing/tools/sync.sh /usr/local/bin;
+
+
chmod +x /usr/local/bin/*;
mkdir /etc/skel/.irssi
-cp -vv ~/immudex-testing/files/${VERSION}/config /etc/skel/.irssi;
+cp -vv ~/immudex-testing/files/ /etc/skel/.irssi;
cp -vv ~/immudex-testing/files/${VERSION}/default.theme /etc/skel/.irssi;
cp -rvv ~/immudex-testing/files/${VERSION}/libreoffice /etc/skel/.config;
cp -vv ~/immudex-testing/files/${VERSION}/firejail.config /etc/firejail;