This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
11 [2025/08/29 14:10] team [Install and use Zabbly kernel on Ufficio Zero 11 for mini pc] |
11 [2025/08/29 15:29] (current) team [Install and use Zabbly kernel on Ufficio Zero 11 for mini pc] |
||
---|---|---|---|
Line 24: | Line 24: | ||
- Update your system: open a terminal and give these comands: <code>sudo apt update</code> then <code>sudo apt full-upgrade -y</code> and <code>sudo apt autoremove --purge -y</code> | - Update your system: open a terminal and give these comands: <code>sudo apt update</code> then <code>sudo apt full-upgrade -y</code> and <code>sudo apt autoremove --purge -y</code> | ||
- Install these packages: <code>sudo apt install curl apt-transport-https ca-certificates -y</code> | - Install these packages: <code>sudo apt install curl apt-transport-https ca-certificates -y</code> | ||
- | - Add Zabbly repository key: <code> sudo mkdir -p /etc/apt/keyrings/</code> and <code>curl -fsSL https://pkgs.zabbly.com/key.asc | sudo tee /etc/apt/keyrings/zabbly.asc > /dev/null </code> | + | - Add Zabbly repository key: <code>curl -fsSL https://pkgs.zabbly.com/key.asc | sudo tee /etc/apt/keyrings/zabbly.asc > /dev/null </code> |
- Create the repository file for Mint 21.x / Ufficio Zero 11: <code> | - Create the repository file for Mint 21.x / Ufficio Zero 11: <code> | ||
echo "Enabled: yes | echo "Enabled: yes |