mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-08-10 08:09:35 +00:00
feat: add cachyos migration script
This commit is contained in:
parent
9140be0d39
commit
518844ba5f
1 changed files with 7 additions and 0 deletions
7
cachyos_repo
Executable file
7
cachyos_repo
Executable file
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env fish
|
||||||
|
curl https://mirror.cachyos.org/cachyos-repo.tar.xz -o cachyos-repo.tar.xz
|
||||||
|
and tar xvf cachyos-repo.tar.xz
|
||||||
|
and cd cachyos-repo/
|
||||||
|
and sudo ./cachyos-repo.sh
|
||||||
|
and sudo pacman -Syuu --noconfirm
|
||||||
|
and sudo pacman -S linux-cachyos linux-cachyos-headers
|
||||||
Loading…
Add table
Add a link
Reference in a new issue