Remove chaotic aur
This commit is contained in:
parent
46fe453f27
commit
1355dc67d0
1 changed files with 2 additions and 12 deletions
14
justfile
14
justfile
|
|
@ -14,7 +14,7 @@ full-auto: packages dev-setup fish-shell nvim-editor yazi-file-manager fastfetch
|
||||||
# Fuller auto (graphical) installation
|
# Fuller auto (graphical) installation
|
||||||
full-auto-gui: full-auto kitty-terminal niri-window-manager
|
full-auto-gui: full-auto kitty-terminal niri-window-manager
|
||||||
|
|
||||||
# (Run first unless running full-auto) Setup Flatpak, pacman mirrors, Chaotic AUR, and paru AUR helper
|
# (Run first unless running full-auto) Setup Flatpak, pacman mirrors, and paru AUR helper
|
||||||
packages:
|
packages:
|
||||||
@just _echowarning "1) Installing Flatpak and adding Flathub repository"
|
@just _echowarning "1) Installing Flatpak and adding Flathub repository"
|
||||||
sudo pacman -S flatpak flatpak-xdg-utils
|
sudo pacman -S flatpak flatpak-xdg-utils
|
||||||
|
|
@ -28,17 +28,7 @@ packages:
|
||||||
|
|
||||||
sudo systemctl enable --now reflector.timer
|
sudo systemctl enable --now reflector.timer
|
||||||
|
|
||||||
@just _echowarning "\n3) Adding Chaotic AUR repository to pacman"
|
@just _echowarning "\n3) Installing paru AUR helper"
|
||||||
sudo pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com
|
|
||||||
sudo pacman-key --lsign-key 3056513887B78AEB
|
|
||||||
|
|
||||||
sudo pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst'
|
|
||||||
sudo pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst'
|
|
||||||
|
|
||||||
@just _echoerror "\n\n----- IMPORTANT -----\nPlease add the following 2 lines to the end of /etc/pacman.conf before continuing\n\n[chaotic-aur]\nInclude = /etc/pacman.d/chaotic-mirrorlist\n---------------------"
|
|
||||||
@read -p "Press enter to continue"
|
|
||||||
|
|
||||||
@just _echowarning "\n4) Installing paru AUR helper"
|
|
||||||
sudo pacman -Sy paru
|
sudo pacman -Sy paru
|
||||||
|
|
||||||
# Programming languages, runtimes, toolchains, and git
|
# Programming languages, runtimes, toolchains, and git
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue