Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Nov 1, 2024
1 parent 9b594c8 commit 9b40b0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eweos_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ set +x
pacman -Uddd "./fake-sudo-pkexec.tar.zst" --noconfirm
pacman -Syy fakeroot --needed --noconfirm
rm -rvf "./fake-sudo-pkexec.tar.zst"
#Yay
curl -qfsSL "https://github.com/Azathothas/flatimage-base/releases/download/$(uname -m)/yay" -o "/usr/bin/yay" && chmod +x "/usr/bin/yay"
yay --version ; which fakeroot yay sudo
##Yay
# curl -qfsSL "https://github.com/Azathothas/flatimage-base/releases/download/$(uname -m)/yay" -o "/usr/bin/yay" && chmod +x "/usr/bin/yay"
# yay --version ; which fakeroot yay sudo
#More cleanup
rm -rfv "/usr/share/gtk-doc/"* 2>/dev/null
rm -rfv "/usr/share/man/"* 2>/dev/null
Expand Down

0 comments on commit 9b40b0c

Please sign in to comment.