Skip to content
Snippets Groups Projects
Commit d3ba1e28 authored by Recolic's avatar Recolic :house_with_garden:
Browse files

.

parent 58f10267
No related branches found
No related tags found
1 merge request!4bugfix fakeroot
Pipeline #1048 passed with stage
in 1 minute and 13 seconds
#!/bin/bash
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 && fakeroot --version &&
sudo -u nobody makepkg &&
set -e
pacman -Sy --noconfirm git pyalpm python-commonmark python-pip python-build python-installer python-setuptools python-markdown-it-py python-hatchling
# bug fix: https://github.com/docker/for-mac/issues/7331
pacman -U --noconfirm https://archive.archlinux.org/packages/f/fakeroot/fakeroot-1.34-1-x86_64.pkg.tar.zst
fakeroot --version
git clone https://aur.archlinux.org/pikaur.git
chmod 777 -R pikaur
cd pikaur
sudo -u nobody makepkg
pacman -U --noconfirm *.pkg.*
exit $?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment