credentials
This commit is contained in:
parent
e87af7cfa9
commit
a508008cd6
3 changed files with 6 additions and 4 deletions
|
@ -23,7 +23,7 @@ alci-calamares-config-dev/
|
||||||
alci-calamares-config-hardened/
|
alci-calamares-config-hardened/
|
||||||
alci-calamares-config-lts/
|
alci-calamares-config-lts/
|
||||||
alci-calamares-config-pure/
|
alci-calamares-config-pure/
|
||||||
alci-calamares-config-xanmod/
|
alci-calamares-config-xanmod-edge/
|
||||||
alci-calamares-config-zen/
|
alci-calamares-config-zen/
|
||||||
alci-dwm/
|
alci-dwm/
|
||||||
alci-dwm-nemesis/
|
alci-dwm-nemesis/
|
||||||
|
@ -32,7 +32,7 @@ alci-iso-dev/
|
||||||
alci-iso-hardened/
|
alci-iso-hardened/
|
||||||
alci-iso-lts/
|
alci-iso-lts/
|
||||||
alci-iso-pure/
|
alci-iso-pure/
|
||||||
alci-iso-xanmod/
|
alci-iso-xanmod-edge/
|
||||||
alci-iso-zen/
|
alci-iso-zen/
|
||||||
alci-pkgbuild/
|
alci-pkgbuild/
|
||||||
alci_repo/
|
alci_repo/
|
||||||
|
|
|
@ -137,6 +137,7 @@ alci-calamares
|
||||||
alci-calamares-config
|
alci-calamares-config
|
||||||
#alci-calamares-config-btrfs
|
#alci-calamares-config-btrfs
|
||||||
#alci-calamares-config-dev
|
#alci-calamares-config-dev
|
||||||
|
#alci-calamares-config-hardened
|
||||||
#alci-calamares-config-lts
|
#alci-calamares-config-lts
|
||||||
#alci-calamares-config-pure
|
#alci-calamares-config-pure
|
||||||
#alci-calamares-config-xanmod-edge
|
#alci-calamares-config-xanmod-edge
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
#tput setaf 6 = cyan
|
#tput setaf 6 = cyan
|
||||||
#tput setaf 7 = gray
|
#tput setaf 7 = gray
|
||||||
#tput setaf 8 = light blue
|
#tput setaf 8 = light blue
|
||||||
|
#
|
||||||
##################################################################################################################
|
##################################################################################################################
|
||||||
# Written to be used on 64 bits computers
|
# Written to be used on 64 bits computers
|
||||||
# Author : Erik Dubois
|
# Author : Erik Dubois
|
||||||
|
@ -40,7 +41,7 @@
|
||||||
#https://blog.nillsf.com/index.php/2021/05/27/github-sso-using-password-protected-ssh-keys
|
#https://blog.nillsf.com/index.php/2021/05/27/github-sso-using-password-protected-ssh-keys
|
||||||
|
|
||||||
project=$(basename `pwd`)
|
project=$(basename `pwd`)
|
||||||
githubdir="arcolinux"
|
githubdir="arch-linux-calamares-installer"
|
||||||
echo "-----------------------------------------------------------------------------"
|
echo "-----------------------------------------------------------------------------"
|
||||||
echo "this is project https://github.com/$githubdir/$project"
|
echo "this is project https://github.com/$githubdir/$project"
|
||||||
echo "-----------------------------------------------------------------------------"
|
echo "-----------------------------------------------------------------------------"
|
||||||
|
@ -80,7 +81,7 @@ case $CHOICE in
|
||||||
sudo git config --system core.editor nano
|
sudo git config --system core.editor nano
|
||||||
#git config --global credential.helper cache
|
#git config --global credential.helper cache
|
||||||
#git config --global credential.helper 'cache --timeout=32000'
|
#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
|
||||||
echo "Everything set"
|
echo "Everything set"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue