Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aur-autobuild-mirror
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
aur-autobuild-mirror
Merge requests
!4
An error occurred while fetching the assigned milestone of the selected merge_request.
bugfix fakeroot
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
bugfix fakeroot
pbugfix
into
master
Overview
0
Commits
2
Pipelines
1
Changes
1
Merged
Recolic
requested to merge
pbugfix
into
master
2 months ago
Overview
0
Commits
2
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
d3ba1e28
Prev
Next
Show latest version
1 file
+
14
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d3ba1e28
.
· d3ba1e28
Recolic
authored
2 months ago
docker-pikaur/install-pikaur.sh
+
14
−
5
Options
#!/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
$?
Loading