add endeavouros

This commit is contained in:
Wryn (yage) Wagner 2023-11-11 09:28:18 -07:00
parent 4ee226c941
commit f9216c3da5
2 changed files with 1 additions and 6 deletions

View File

@ -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@yage.io:zsh/code-activator
git remote set-url --add --push upstream git@github.com:wrynegade/scwrypts.git 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 cd $DOTWRYN_PATH
} }

View File

@ -32,7 +32,7 @@ OS__GET_OS() {
OS__INSTALL_SOURCE_DEPENDENCIES() { OS__INSTALL_SOURCE_DEPENDENCIES() {
case $OS_NAME in case $OS_NAME in
arch ) arch | endeavouros )
command -v yay >/dev/null 2>&1 \ command -v yay >/dev/null 2>&1 \
|| SCWRYPTS packages/install 'https://aur.archlinux.org/yay.git' --local-name 'yay' \ || SCWRYPTS packages/install 'https://aur.archlinux.org/yay.git' --local-name 'yay' \
; ;