PEAKYCOMMAND / Zorin-OS-Pro

This script turns your Zorin OS CORE into Zorin OS PRO
63 stars 19 forks source link

Zorin OS 17? #4

Closed capriciousduck closed 10 months ago

capriciousduck commented 10 months ago

I changed the deb sources in the zorin.list file to Jammy. Not sure if now I have Zorin 17 Pro instead of core. How can I verify?

capriciousduck commented 10 months ago

How do I fix this?

https://imgur.com/a/I8M00hL

capriciousduck commented 10 months ago

I do have the Pro layout, but I do not have the first wallpaper shown on the Pro page (the macOS layout)

https://zorin.com/os/pro/

kirush0280 commented 10 months ago

How do I fix this?

https://imgur.com/a/I8M00hL

how you resolve it?

PEAKYCOMMAND commented 10 months ago

Não sei, não estou usando mais o zorin OS parei já tem uns 8 meses

PEAKYCOMMAND commented 10 months ago

Desculpe.

capriciousduck commented 10 months ago

No problem :)

Lenni-builder commented 9 months ago

Why did you close this? Will you update the script to support Zorin OS 17?

kirush0280 commented 9 months ago

Why did you close this? Will you update the script to support Zorin OS 17?

Não sei, não estou usando mais o zorin OS parei já tem uns 8 meses

use translator

NanashiTheNameless commented 9 months ago

I do have the Pro layout, but I do not have the first wallpaper shown on the Pro page (the macOS layout)

https://zorin.com/os/pro/

I have made a PR that fixes the issue, in the meantime, you are welcome to use my fork where is it implemented https://github.com/CortezJEL/Zorin-OS-Pro

kirush0280 commented 9 months ago

I do have the Pro layout, but I do not have the first wallpaper shown on the Pro page (the macOS layout) https://zorin.com/os/pro/

I have made a PR that fixes the issue, in the meantime, you are welcome to use my fork where is it implemented https://github.com/CortezJEL/Zorin-OS-Pro

The same error, that its cant check public key. I tried to make:

sudo curl -sS https://packages.zorinos.com/zorin_os_key.asc | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Zorin.gpg

~/Zorin-OS-Pro$ ls -lA /etc/apt/trusted.gpg.d/Zorin.gpg 
-rw-r--r-- 1 root root 2202 янв 11 07:11 /etc/apt/trusted.gpg.d/Zorin.gpg

~/Zorin-OS-Pro$ md5sum /etc/apt/trusted.gpg.d/Zorin.gpg 
2713092dfdb8276854aa1b41c632be45  /etc/apt/trusted.gpg.d/Zorin.gpg

when i try to aptitude update:

Получить: 1 https://packages.zorinos.com/premium jammy InRelease [15,5 kB]
Ошиб https://packages.zorinos.com/premium jammy InRelease
  Следующие подписи не могут быть проверены, так как недоступен открытый ключ: NO_PUBKEY 5FD7496A07D323BC
Получено 15,5 kБ в 2с (6 683 Б/с)
W: Ошибка GPG: https://packages.zorinos.com/premium jammy InRelease: Следующие подписи не могут быть проверены, так как недоступен открытый ключ: NO_PUBKEY 5FD7496A07D323BC
NanashiTheNameless commented 9 months ago

Try running

sudo gpg --keyserver key server.ubuntu.com --recv-key  5FD7496A07D323BC
sudo gpg -a --export 5FD7496A07D323BC | sudo apt-key add -
sudo apt-get update
kirush0280 commented 9 months ago

Try running

sudo gpg --keyserver key server.ubuntu.com --recv-key  5FD7496A07D323BC
sudo gpg -a --export 5FD7496A07D323BC | sudo apt-key add -
sudo apt-get update
$ sudo gpg --keyserver keyserver.ubuntu.com --receive-keys 5FD7496A07D323BC
gpg: сбой при получении с сервера ключей: Нет данных

It says that error while receiving keys from server: no data

kirush0280 commented 9 months ago

https://keyserver.ubuntu.com/pks/lookup?search=5FD7496A07D323BC&fingerprint=on&op=index not found

kirush0280 commented 9 months ago

I found solution: /etc/apt/sources.list.d/zorin.list:

deb [trusted=yes] https://packages.zorinos.com/premium jammy main
deb-src [trusted=yes] https://packages.zorinos.com/premium jammy main