Add Chaotic-AUR repository
This commit is contained in:
parent
e9f847b9f5
commit
b4379c0ac0
1 changed files with 8 additions and 0 deletions
|
@ -24,6 +24,14 @@ RUN pacman-key --populate
|
|||
# Update system
|
||||
RUN pacman -Syu --noconfirm
|
||||
|
||||
# Add Chaotic-AUR repository
|
||||
RUN pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com; \
|
||||
pacman-key --lsign-key 3056513887B78AEB; \
|
||||
pacman -U --noconfirm 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst'; \
|
||||
pacman -U --noconfirm 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst'; \
|
||||
echo -e "[chaotic-aur]\nInclude = /etc/pacman.d/chaotic-mirrorlist" >> /etc/pacman.conf; \
|
||||
pacman -Sy
|
||||
|
||||
# Install packages required for actions to function properly
|
||||
RUN pacman -S --noconfirm nodejs git
|
||||
|
||||
|
|
Loading…
Reference in a new issue