Difference between revisions of "Manual Update Linux v3"
From Planet Computers
Line 1: | Line 1: | ||
You can update an existing Cosmo Linux distribution to the latest release v3. | You can update an existing Cosmo Linux distribution to the latest release v3. | ||
− | To make use of all the new features, you first need to manually update your CoDi firmware to version v15, by following this guide. | + | To make use of all the new features, you first need to manually update your CoDi firmware to version v15, [https://support.planetcom.co.uk/index.php/Linux_for_Cosmo#Requirement_2_-_Codi_firmware_v15 by following this guide]. |
+ | |||
+ | Before updating, you will have to import the gemian repository key in your device by using this command: | ||
+ | |||
+ | <code>curl https://gemian.thinkglobally.org/archive-key.asc | sudo apt-key add -</code> | ||
+ | |||
+ | You can now update your Linux distribution using the following commands: | ||
+ | |||
+ | <code>sudo apt update </code> | ||
+ | |||
+ | <code>sudo apt install dialer-app address-book-service codi-app</code> | ||
+ | |||
+ | You can now reboot the unit to complete the installation. |
Revision as of 15:33, 18 November 2020
You can update an existing Cosmo Linux distribution to the latest release v3.
To make use of all the new features, you first need to manually update your CoDi firmware to version v15, by following this guide.
Before updating, you will have to import the gemian repository key in your device by using this command:
curl https://gemian.thinkglobally.org/archive-key.asc | sudo apt-key add -
You can now update your Linux distribution using the following commands:
sudo apt update
sudo apt install dialer-app address-book-service codi-app
You can now reboot the unit to complete the installation.