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 8e3d644 commit 79b0b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devready.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
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-20230919-6-any.pkg.tar.zst -O /tmp/arcolinux-keyring-20230919-6-any.pkg.tar.zst
pacman -U --noconfirm --needed /tmp/arcolinux-keyring-20230919-6-any.pkg.tar.zst
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
pacman -U --noconfirm --needed /tmp/arcolinux-keyring-20251209-3-any.pkg.tar.zst

echo "Getting the latest arcolinux mirrors file"

Expand Down

0 comments on commit 79b0b3d

Please sign in to comment.