From d93c307c827b2c22ddb9acf707ee5708477b1f2d Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Mon, 14 Oct 2024 11:44:52 +0100 Subject: [PATCH] Adding the app editor and latest apps app --- config/hooks/live/0500-install-fynedesk.hook.chroot | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/hooks/live/0500-install-fynedesk.hook.chroot b/config/hooks/live/0500-install-fynedesk.hook.chroot index 1c28c8e..78d102e 100644 --- a/config/hooks/live/0500-install-fynedesk.hook.chroot +++ b/config/hooks/live/0500-install-fynedesk.hook.chroot @@ -23,4 +23,8 @@ $FYNE get github.com/scastiel/gordle # app manager sudo apt-get update -sudo apt-get install apps +# sudo apt-get install apps +curl -s https://geoffrey-artefacts.fynelabs.com/github/andydotxyz/FyshOS/apps/latest/linux-amd64/Fyne%20Applications-linux-amd64-0a2366a.tar.xz | tar xvf - -C / + +# Install the current testing app editor +curl -s https://geoffrey-artefacts.fynelabs.com/github/andydotxyz/fynelabs/fysion/latest/linux-amd64/Fysion-linux-amd64-v0.1.4.tar.xz | tar xvf - -C /