From: xf0r3m Date: Thu, 8 Jun 2023 17:55:00 +0000 (+0200) Subject: Poprawienie pliku wersji X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=33723c43728fe1126effc73de74b3ce1da657f90;p=immudex-testing.git Poprawienie pliku wersji --- diff --git a/versions/100.sh b/versions/100.sh index b9acb01..eb31de6 100644 --- a/versions/100.sh +++ b/versions/100.sh @@ -85,7 +85,9 @@ cp -vv ~/immudex-testing/files/${VERSION}/gtk-main.css /usr/share/xfce4-notes-pl 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;