allowed -git version on arch
This commit is contained in:
parent
2865cd94d4
commit
d66c4350f5
@ -2,7 +2,9 @@ YAY__SOURCE_TARGET='https://aur.archlinux.org/yay.git'
|
|||||||
YAY__LOCAL_PATH="$HOME/.packages/yay"
|
YAY__LOCAL_PATH="$HOME/.packages/yay"
|
||||||
|
|
||||||
YAY__INSTALL_FROM_SOURCE() {
|
YAY__INSTALL_FROM_SOURCE() {
|
||||||
[ -d $YAY__LOCAL_PATH ] && return 0
|
CHECK 'verifying yay install'
|
||||||
|
[ -d $YAY__LOCAL_PATH ] \
|
||||||
|
&& { OK; return 0; } || WARN
|
||||||
|
|
||||||
CHECK 'downloading yay'
|
CHECK 'downloading yay'
|
||||||
git clone $ARCH__YAY_TARGET $YAY__LOCAL_PATH >>$LOG 2>&1\
|
git clone $ARCH__YAY_TARGET $YAY__LOCAL_PATH >>$LOG 2>&1\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user