]> gitweb.morketsmerke.org Git - immudex-lhe.git/commitdiff
Dostosowanie kolejnych poleceń do pracy w repozytorium immudex-lhe
authorxf0r3m <jakubstasinski@protonmail.com>
Sat, 22 Jul 2023 07:27:07 +0000 (09:27 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Sat, 22 Jul 2023 07:27:07 +0000 (09:27 +0200)
versions/base.sh

index 40ca02148bfd763ef0308ad0aaf81542145ea965..64a869a9542ab6c5728bc1b221f60f4f2f4b4a94 100644 (file)
@@ -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;