From 22ddc6aabfb144ddd7c252c10918733879cb1640 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Sat, 22 Jul 2023 09:27:07 +0200 Subject: [PATCH] =?utf8?q?Dostosowanie=20kolejnych=20polece=C5=84=20do=20p?= =?utf8?q?racy=20w=20repozytorium=20immudex-lhe?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- versions/base.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/versions/base.sh b/versions/base.sh index 40ca021..64a869a 100644 --- a/versions/base.sh +++ b/versions/base.sh @@ -49,9 +49,9 @@ mkdir /etc/skel/.irssi cp -vv ~/immudex-lhe/files/${VERSION}/config /etc/skel/.irssi; cp -vv ~/immudex-lhe/files/${VERSION}/default.theme /etc/skel/.irssi; -cp -vv ~/immudex-testing/files/${VERSION}/redshift.conf /etc/skel/.config; -cp -rvv ~/immudex-testing/files/${VERSION}/sync.sh /usr/share; -cp -vv ~/immudex-testing/files/${VERSION}/immudex_hostname.service /etc/systemd/system; +cp -vv ~/immudex-lhe/files/${VERSION}/redshift.conf /etc/skel/.config; +cp -rvv ~/immudex-lhe/files/${VERSION}/sync.sh /usr/share; +cp -vv ~/immudex-lhe/files/${VERSION}/immudex_hostname.service /etc/systemd/system; cp -vv ~/immudex-lhe/images/${VERSION}/*.xpm /usr/share/X11/xdm/pixmaps; sed -i 's/debianbw/immudex_xdm_bw/' /etc/X11/xdm/Xresources; -- 2.39.5