From 1966c50311ebe6a503e6febe13429a91a51c4aa9 Mon Sep 17 00:00:00 2001 From: MrMcX Date: Tue, 29 Dec 2020 00:56:44 +0100 Subject: [PATCH] Fix #36 Quotes were too much --- mint/linux_mint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mint/linux_mint.sh b/mint/linux_mint.sh index e3533a0..972769f 100755 --- a/mint/linux_mint.sh +++ b/mint/linux_mint.sh @@ -201,7 +201,7 @@ e "Zusätzliche Software installieren …" pkg "${packages[@]}" e "Sprachunterstützung vervollständigen …" -pkg "$(check-language-support)" +pkg $(check-language-support) # these packages have to be installed after "$(check-language-support)" pkg hunspell-de-at hunspell-de-ch hunspell-de-de