From 6cfae0ca7eaa27e9ad955d84140ec44c93c6a6f8 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Thu, 9 Apr 2026 18:53:05 +0200 Subject: [PATCH] =?utf8?q?Dalsze=20dostosowanie=20plik=C3=B3w=20dla=20komp?= =?utf8?q?utera=20H270?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- base.sh | 8 ++++---- template.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/base.sh b/base.sh index 4857e8e..1f5f74d 100644 --- a/base.sh +++ b/base.sh @@ -14,11 +14,11 @@ fi cd; if [ -x /usr/bin/git ]; then git clone https://git.morketsmerke.org/git/immudex; - git clone https://git.morketsmerke.org/git/X270; + git clone https://git.morketsmerke.org/git/H270; else apt install git -y git clone https://git.morketsmerke.org/git/immudex; - git clone https://git.morketsmerke.org/git/X270; + git clone https://git.morketsmerke.org/git/H270; fi source ~/immudex/versions/template.sh; @@ -137,8 +137,8 @@ fi cp -vv ~/immudex/launchers/*.desktop /usr/share/applications; cp -vv ~/immudex/files/whiskermenu-1.rc /etc/skel/.config/xfce4/panel/whiskermenu-1.rc; #cp -vv ~/X270/pointers.xml /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml -cp -rvv ~/X270/launchery/panel /etc/skel/.config/xfce4; -cp -vv ~/X270/xfce4-panel.xml /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +cp -rvv ~/H270/launchery/panel /etc/skel/.config/xfce4; +cp -vv ~/H270/xfce4-panel.xml /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml #cp -vv ~/immudex/files/immudex_hostname.service /etc/systemd/system; diff --git a/template.sh b/template.sh index 73ba4ef..8b8248b 100644 --- a/template.sh +++ b/template.sh @@ -54,7 +54,7 @@ function make_changelog_file() { ARCH=$1; DEBVER=$debver; COMPILATION_DATE=$(date); - COMMIT=$(cd ${HOME}/X270 && git log --pretty=oneline | head -1); + COMMIT=$(cd ${HOME}/H270 && git log --pretty=oneline | head -1); ADDONS=$(grep 'bash ~/immudex/addons' ${HOME}/immudex/versions/base.sh | grep -v '^#' | cut -d "/" -f4 | sed 's/;//g' | awk '{printf $1" "}'); echo "ARCH=\"${ARCH}\"" > $FILE; -- 2.39.5