ptr1337 / linux-cacule

Archlinux Kernel based on the Cacule Scheduler and with many improvements.
https://github.com/CachyOS/linux-cachyos
36 stars 1 forks source link

Error when using cachyos-repo #7

Closed RiverOnVenus closed 3 years ago

RiverOnVenus commented 3 years ago

Hi, I run the script(sudo ./cachyos-repo.sh) according to the README and everything worked fine during the process.

The script echo "x86-64-v3 is supported".

But when I install the kernel there is an error (error: failed to prepare transaction (package architecture is not valid)

image

image

OS: Arch Linux x86_64

ptr1337 commented 3 years ago

Hi, I run the script(sudo ./cachyos-repo.sh) according to the README and everything worked fine during the process.

The script echo "x86-64-v3 is supported".

But when I install the kernel there is an error (error: failed to prepare transaction (package architecture is not valid)

image

image

OS: Arch Linux x86_64

Hey, I'm sorry for the late answer. I don't know why it didn't updated successfully, I did several test (but also updated the script some days ago).

Take a watch at your pacman.conf:

sudo nano /etc/pacman.conf

Checkout for following line: Architecture = Auto

and change it into

Architecture = x86_64 x86_64_v3

Should be running then completely. If you get any issues, feel free to reply.

Regards

RiverOnVenus commented 3 years ago

Hi, I run the script(sudo ./cachyos-repo.sh) according to the README and everything worked fine during the process. The script echo "x86-64-v3 is supported". But when I install the kernel there is an error (error: failed to prepare transaction (package architecture is not valid) image image OS: Arch Linux x86_64

Hey, I'm sorry for the late answer. I don't know why it didn't updated successfully, I did several test (but also updated the script some days ago).

Take a watch at your pacman.conf:

sudo nano /etc/pacman.conf

Checkout for following line: Architecture = Auto

and change it into

Architecture = x86_64 x86_64_v3

Should be running then completely. If you get any issues, feel free to reply.

Regards

Change Architecture = Auto into

Architecture = x86_64 x86_64_v3

It can be updated and installed normally now

Hope you have a good day! : )

Thanks and Regards