File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ checkAURHelper() {
2828
2929 echo " Installing yay as AUR helper..."
3030 $ESCALATION_TOOL " $PACKAGER " -S --needed --noconfirm base-devel
31- cd /opt && $ESCALATION_TOOL git clone https://aur.archlinux.org/yay-git .git && $ESCALATION_TOOL chown -R " $USER " :" $USER " ./yay-git
32- cd yay-git && makepkg --noconfirm -si
31+ cd /opt && $ESCALATION_TOOL git clone https://aur.archlinux.org/yay-bin .git && $ESCALATION_TOOL chown -R " $USER " :" $USER " ./yay-bin
32+ cd yay-bin && makepkg --noconfirm -si
3333
3434 if command_exists yay; then
3535 AUR_HELPER=" yay"
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ installDepend() {
88 if ! command_exists yay; then
99 echo " Installing yay as AUR helper..."
1010 $ESCALATION_TOOL " $PACKAGER " -S --needed --noconfirm base-devel
11- cd /opt && $ESCALATION_TOOL git clone https://aur.archlinux.org/yay-git .git && $ESCALATION_TOOL chown -R " $USER " : ./yay-git
12- cd yay-git && makepkg --noconfirm -si
11+ cd /opt && $ESCALATION_TOOL git clone https://aur.archlinux.org/yay-bin .git && $ESCALATION_TOOL chown -R " $USER " : ./yay-bin
12+ cd yay-bin && makepkg --noconfirm -si
1313 echo " Yay installed"
1414 else
1515 echo " Aur helper already installed"
You can’t perform that action at this time.
0 commit comments