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;
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;
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;