meganz / MEGAsync

Easy automated syncing between your computers and your MEGA Cloud Drive
Other
1.58k stars 278 forks source link

release for debian 12 ? #812

Open jemadux opened 1 year ago

jemadux commented 1 year ago

as the debian 12 is now stable ... can someone release in the site the repo ?

culverit commented 1 year ago

Though neither the website or the github releases have been updated, they have a Debian 12 repo with the latest builds.

I installed the repo with:

wget -qO - https://mega.nz/linux/repo/Debian_12/Release.key | sudo tee /etc/apt/trusted.gpg.d/meganz-deb12.asc > /dev/null
echo 'deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/meganz-deb12.asc] https://mega.nz/linux/repo/Debian_12 ./' | sudo tee /etc/apt/sources.list.d/meganz-deb12.list
SJai-mega commented 11 months ago

You can also find the latest Linux builds on our repo https://mega.nz/linux/repo/

claudiosa commented 10 months ago

Hi @culverit and @SJai-mega

I was without any updating in my debian 12 since July. When I installed I follow the steps above. Today, I receiving a message:

aptitude update E: Conflicting values set for option Signed-By regarding source https://mega.nz/linux/repo/Debian_12/ ./: /usr/share/keyrings/meganz-archive-keyring.gpg != /etc/apt/trusted.gpg.d/meganz-deb12.asc E: Conflicting values set for option Signed-By regarding source https://mega.nz/linux/repo/Debian_12/ ./: /usr/share/keyrings/meganz-archive-keyring.gpg != /etc/apt/trusted.gpg.d/meganz-deb12.asc ........................ I tried to install other package ... and ... apt install samba -y E: Conflicting values set for option Signed-By regarding source https://mega.nz/linux/repo/Debian_12/ ./: /usr/share/keyrings/meganz-archive-keyring.gpg != /etc/apt/trusted.gpg.d/meganz-deb12.asc E: A lista de fontes não pode ser lida. (the list of source can not read it)

Could update the steps for Debian 12 for a new release of Mega? Step by step should be more usefull

Thanks indeed

Claudio