From e348a2d15c17490165a1e27646617c05675e64c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 19 May 2019 20:27:41 +0100 Subject: [PATCH] more generic check for form3's hosts --- common/configure_fresh_system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/configure_fresh_system.sh b/common/configure_fresh_system.sh index e3b5a3a4..7c7ef0bc 100755 --- a/common/configure_fresh_system.sh +++ b/common/configure_fresh_system.sh @@ -59,7 +59,7 @@ mkdir -p ~/.kde/share/config/ ln -vfs "$DIR/.kdiff3rc" ~/.kde/share/config/kdiff3rc ln -vfs "$DIR/.gitconfig.linux.private" ~/.gitconfig -if [[ `hostname` == "xps15" ]]; then +if [[ `hostname` =~ .*form3.* ]]; then ln -vfs "$DIR/.gitconfig.linux.form3" ~/.gitconfig fi