Skip to content

Commit

Permalink
Update devready.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thearghyasarkar authored Feb 17, 2024
1 parent 79b0b3d commit 60fa3e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions devready.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash


###################################################################
##################################################################
# Importing External Repositories for ISO Building #
##################################################################

Expand All @@ -10,7 +10,7 @@
pacman -S wget --noconfirm --needed

echo "Getting the ArcoLinux keys from the ArcoLinux repo"
wget https://github.com/arcolinux/arcolinux_repo/raw/master/x86_64/arcolinux-keyring-20251209-3-any.pkg.tar.zst -O /tmp/arcolinux-keyring-20251209-3-any.pkg.tar.zst
wget https://github.com/arcolinux/arcolinux_repo/raw/main/x86_64/arcolinux-keyring-20251209-3-any.pkg.tar.zst -O /tmp/arcolinux-keyring-20251209-3-any.pkg.tar.zst
pacman -U --noconfirm --needed /tmp/arcolinux-keyring-20251209-3-any.pkg.tar.zst

echo "Getting the latest arcolinux mirrors file"
Expand All @@ -27,4 +27,3 @@ wget https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst
wget https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst
pacman -U chaotic-keyring.pkg.tar.zst --noconfirm
cp archiso/airootfs/etc/pacman.d/chaotic-mirrorlist /etc/pacman.d/chaotic-mirrorlist

0 comments on commit 60fa3e8

Please sign in to comment.