From 335c281441e894208447f79d3c81294e50e22992 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 4 Oct 2022 19:33:32 +0200 Subject: [PATCH] [F] Verschiedene Syntaxverbesserungen --- arch-graphical-install-auto.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/arch-graphical-install-auto.sh b/arch-graphical-install-auto.sh index 5602a19..f89c40b 100755 --- a/arch-graphical-install-auto.sh +++ b/arch-graphical-install-auto.sh @@ -14,12 +14,13 @@ RCLOCALSHUTDOWN='/etc/rc.local.shutdown' SYSCTL='/etc/sysctl.conf' SUDOERS="/etc/sudoers" autostartdesktop=sway -repo=deadc0de-remix-os +repo=spectreos repo1=shell-scripte-code -hostname=deadc0de-remix-os +hostname=spectreos user=user1 userpass=user1 arch=$(uname -m) +branch=master offline=false # Lese die Umgebungsvariablen neu @@ -71,13 +72,13 @@ function gitclone() { if [ -d "/opt/${repo}" ]; then echo "${repo} existiert bereits!!!" cd /opt/${repo} - git checkout ${arch} + git checkout ${branch} if ! git remote set-url origin ${WEBADDRESS_OS}; then git remote add origin ${WEBADDRESS_OS} fi git pull else - git clone -b ${arch} ${WEBADDRESS_OS} /opt/${repo} + git clone -b ${branch} ${WEBADDRESS_OS} /opt/${repo} fi if [ -d "/opt/${repo1}" ]; then echo "${repo1} existiert bereits!!!" @@ -670,7 +671,7 @@ fi aurinstaller ntfysh-bin #aurinstaller spotify #aurinstaller https://github.com/MultiMC/multimc-pkgbuild -#aurinstaller polymc-bin +aurinstaller polymc-bin aurinstaller beautysh #aurinstaller jetbrains-toolbox aurinstaller wdisplays