general update
This commit is contained in:
parent
19ca01f148
commit
6a3d9025a0
10
git/setup.sh
10
git/setup.sh
@ -1,8 +1,6 @@
|
||||
# install git
|
||||
sudo apt install git --assume-yes
|
||||
sudo pacman -S git --noconfirm
|
||||
|
||||
# install keyring
|
||||
sudo apt install libsecret-1-0 libsecret-1-dev --assume-yes
|
||||
cd /usr/share/doc/git/contrib/credential/libsecret
|
||||
sudo make
|
||||
git config --global credential.helper /usr/share/doc/git/contrib/credential/libsecret/git-credential-libsecret
|
||||
# setup keyring
|
||||
sudo pacman -S libsecret --noconfirm
|
||||
git config --global credential.helper /usr/lib/git-core/git-credential-libsecret
|
||||
|
Loading…
x
Reference in New Issue
Block a user