Skip to content

Commit 54786a7

Browse files
Nyxnnyyxxxx
andauthored
git to bin for faster installation (#378)
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
1 parent 075b54f commit 54786a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tabs/common-script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

tabs/system-setup/arch/yay-setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)