Add Chaotic-AUR
This commit is contained in:
parent
80f96c87e4
commit
6d70d168d9
1 changed files with 7 additions and 0 deletions
|
|
@ -23,3 +23,10 @@ RUN pacman -Sy --noconfirm opencl-nvidia
|
|||
RUN pacman -Sy --noconfirm libxss
|
||||
RUN pacman -Sy --noconfirm xorg-xwininfo python-setuptools python-pyaes python-rsa python-certifi
|
||||
RUN pacman -Sy --noconfirm qt6-webengine
|
||||
|
||||
# Add Chaotic-AUR
|
||||
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 -en "\n\n[chaotic-aur]\nInclude = /etc/pacman.d/chaotic-mirrorlist\n" >> /etc/pacman.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue