Skip to content
Snippets Groups Projects

bugfix fakeroot

Merged Recolic requested to merge pbugfix into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 58f10267
    . · 58f10267
    Recolic authored
@@ -2,7 +2,7 @@
pacman -Sy --noconfirm git pyalpm python-commonmark python-pip python-build python-installer python-setuptools python-markdown-it-py python-hatchling &&
git clone https://aur.archlinux.org/pikaur.git &&
chmod 777 -R pikaur &&
cd pikaur &&
cd pikaur && fakeroot --version &&
sudo -u nobody makepkg &&
pacman -U --noconfirm *.pkg.*
exit $?
Loading