How do I update to latest night of Runeos?

How do I update to the latest of RuneOS, RuneUi I kan update from /dev menu but don't se anything for RuneOs?
Embedded hi-fi music player
https://www.runeaudio.com/forum/
https://www.runeaudio.com/forum/how-do-i-update-to-latest-night-of-runeos-t786.html
rm -rf /var/www/{*,.*}
git clone -b dev https://github.com/RuneAudio/RuneUI.git/ /var/www
ACX wrote:
- Code: Select all
git clone -b next https://github.com/RuneAudio/RuneUI.git/ /war/www
git clone -b next https://github.com/RuneAudio/RuneUI.git/ /var/www
jonas18z wrote:1. RuneUI:
http://runeaudio.local/dev press Update RuneUI (Git pull)
or
git clone -b next https://github.com/RuneAudio/RuneUI.git/ /var/www
or both.
ok or not?
jonas18z wrote:2. RuneOS
Don't update?
jonas18z wrote:3. Pacman
pacman -Syu
or
pacman -Syu --ignore linux-raspberrypi
ok or not?
ACX wrote:jonas18z wrote:1. RuneUI:
http://runeaudio.local/dev press Update RuneUI (Git pull)
or
git clone -b next https://github.com/RuneAudio/RuneUI.git/ /var/www
or both.
ok or not?
Git clone and update are two different commands with different results.
If you want to setup the 'dev' branch as source, please follow the instructions I posted above.
Once you've cloned the repo on your local, then you can use the "Update RuneUI (Git pull)" button in the DEV section, and it will automatically get the most recent updates from the 'dev' branch then.jonas18z wrote:2. RuneOS
Don't update?
No. In the future the update of the packages will be available together with the normal system update of Arch Linux (we'll setup a repo for that).jonas18z wrote:3. Pacman
pacman -Syu
or
pacman -Syu --ignore linux-raspberrypi
ok or not?
I currently (see the previous point) would suggest you to do system updates only if you absolutely need them.
If that's your case... take a look here: pacman-updates-t406.html