From: xf0r3m Date: Sat, 22 Jul 2023 07:27:07 +0000 (+0200) Subject: Dostosowanie kolejnych poleceń do pracy w repozytorium immudex-lhe X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=22ddc6aabfb144ddd7c252c10918733879cb1640;p=immudex-lhe.git Dostosowanie kolejnych poleceń do pracy w repozytorium immudex-lhe --- 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;