From a508008cd6fa81217e4609478e5f8fd3d2253d92 Mon Sep 17 00:00:00 2001 From: arcolinuxz Date: Sun, 13 Mar 2022 17:46:14 +0100 Subject: [PATCH] credentials --- 1-get-all-alci-gits-v1.sh | 4 ++-- archiso/packages.x86_64 | 1 + setup-our-git-credentials.sh | 5 +++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/1-get-all-alci-gits-v1.sh b/1-get-all-alci-gits-v1.sh index a50b58f..fd9b337 100755 --- a/1-get-all-alci-gits-v1.sh +++ b/1-get-all-alci-gits-v1.sh @@ -23,7 +23,7 @@ alci-calamares-config-dev/ alci-calamares-config-hardened/ alci-calamares-config-lts/ alci-calamares-config-pure/ -alci-calamares-config-xanmod/ +alci-calamares-config-xanmod-edge/ alci-calamares-config-zen/ alci-dwm/ alci-dwm-nemesis/ @@ -32,7 +32,7 @@ alci-iso-dev/ alci-iso-hardened/ alci-iso-lts/ alci-iso-pure/ -alci-iso-xanmod/ +alci-iso-xanmod-edge/ alci-iso-zen/ alci-pkgbuild/ alci_repo/ diff --git a/archiso/packages.x86_64 b/archiso/packages.x86_64 index 842b7bb..e690029 100644 --- a/archiso/packages.x86_64 +++ b/archiso/packages.x86_64 @@ -137,6 +137,7 @@ alci-calamares alci-calamares-config #alci-calamares-config-btrfs #alci-calamares-config-dev +#alci-calamares-config-hardened #alci-calamares-config-lts #alci-calamares-config-pure #alci-calamares-config-xanmod-edge diff --git a/setup-our-git-credentials.sh b/setup-our-git-credentials.sh index b77ad75..83eafd2 100755 --- a/setup-our-git-credentials.sh +++ b/setup-our-git-credentials.sh @@ -9,6 +9,7 @@ #tput setaf 6 = cyan #tput setaf 7 = gray #tput setaf 8 = light blue +# ################################################################################################################## # Written to be used on 64 bits computers # Author : Erik Dubois @@ -40,7 +41,7 @@ #https://blog.nillsf.com/index.php/2021/05/27/github-sso-using-password-protected-ssh-keys project=$(basename `pwd`) -githubdir="arcolinux" +githubdir="arch-linux-calamares-installer" echo "-----------------------------------------------------------------------------" echo "this is project https://github.com/$githubdir/$project" echo "-----------------------------------------------------------------------------" @@ -80,7 +81,7 @@ case $CHOICE in sudo git config --system core.editor nano #git config --global credential.helper cache #git config --global credential.helper 'cache --timeout=32000' - git remote set-url origin git@github.com-arc:$githubdir/$project + git remote set-url origin git@github.com:$githubdir/$project echo echo "Everything set" ;;