Skip to content

Commit

Permalink
BUG: If a package is updated between installation and installing yay,
Browse files Browse the repository at this point in the history
build fails
  • Loading branch information
CaderIdris committed May 8, 2024
1 parent 0fadd96 commit f3b68c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion files/tmp/scripts/install_yay.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/bin/bash

echo "Switching directory"
mkdir /tmp/yay
cd /tmp/yay
echo "Cloning Repo"
git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin
echo "Building yay"
makepkg -si --noconfirm
yay --save --answerclean All --answerdiff All
yay --save --cleanmenu=false --diffmenu=false

0 comments on commit f3b68c4

Please sign in to comment.