add endeavouros
This commit is contained in:
parent
4ee226c941
commit
f9216c3da5
@ -26,10 +26,5 @@ SETUP__GIT() {
|
||||
git remote set-url --add --push upstream git@yage.io:zsh/code-activator
|
||||
git remote set-url --add --push upstream git@github.com:wrynegade/scwrypts.git
|
||||
|
||||
STATUS 'updating upstream for zsh/plugins/ssh'
|
||||
cd $DOTWRYN_PATH/zsh/plugins/ssh
|
||||
git remote rm upstream
|
||||
git remote add upstream git@yage.io:zsh/ssh.git
|
||||
|
||||
cd $DOTWRYN_PATH
|
||||
}
|
||||
|
@ -32,7 +32,7 @@ OS__GET_OS() {
|
||||
|
||||
OS__INSTALL_SOURCE_DEPENDENCIES() {
|
||||
case $OS_NAME in
|
||||
arch )
|
||||
arch | endeavouros )
|
||||
command -v yay >/dev/null 2>&1 \
|
||||
|| SCWRYPTS packages/install 'https://aur.archlinux.org/yay.git' --local-name 'yay' \
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user