]> gitweb.morketsmerke.org Git - H270.git/commitdiff
Dalsze dostosowanie plików dla komputera H270
authorxf0r3m <jakubstasinski@protonmail.com>
Thu, 9 Apr 2026 16:53:05 +0000 (18:53 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Thu, 9 Apr 2026 16:53:05 +0000 (18:53 +0200)
base.sh
template.sh

diff --git a/base.sh b/base.sh
index 4857e8e94ca1c4489ef41ca13c6d3179deb0a39a..1f5f74da80fb9d2bc10a7de82536e6bdb59781f8 100644 (file)
--- 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;
 
index 73ba4ef3e208fe692fbbc189379117681ec9d909..8b8248b7b0e57a2db2f667a617567dba17322319 100644 (file)
@@ -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;