From b7c61be656eb5ff9f4d2bc5adce58eee55e88aad Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 4 Oct 2022 22:11:12 +0200 Subject: [PATCH] [-] remove gtran --- arch-graphical-install-auto.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/arch-graphical-install-auto.sh b/arch-graphical-install-auto.sh index 74646b1..16da336 100755 --- a/arch-graphical-install-auto.sh +++ b/arch-graphical-install-auto.sh @@ -495,19 +495,6 @@ else fi cd / -echo "run :PluginInstall" - -cd /opt/ -if ! [ -d "gtran" ]; then - git clone https://github.com/skanehira/gtran.git - cd gtran -else - cd gtran - update_git -fi -if ! GOBIN=/usr/bin/ go install;then echo "Bauen fehlgeschlagen!!!";fi -cd / - cp -v /opt/${repo}/scripts/import-gsettings /usr/bin/import-gsettings # clipboard wrapper