cp -vv ~/immudex-testing/files/${VERSION}/immudex_hostname.service /etc/systemd/system;
tar -xzvf ~/immudex-testing/files/${VERSION}/mozilla.tgz -C /etc/skel;
-cp -vv ~/immudex-testing/images/${VERSION}/* /usr/share/icons;
+cp -vv ~/immudex-testing/images/${VERSION}/apply.png /usr/share/icons;
+cp -vv ~/immudex-testing/images/${VERSION}/rss.png /usr/share/icons;
+cp -vv ~/immudex-testing/images/${VERSION}/notes-background.jpg /usr/share/images/desktop-base;
rm /usr/share/images/desktop-base/no_trespass_abandon.jpeg;
systemctl enable immudex_hostname.service;