Skip to content

Commit

Permalink
Adding the app editor and latest apps app
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Oct 14, 2024
1 parent e0114a3 commit d93c307
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/hooks/live/0500-install-fynedesk.hook.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -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 /

0 comments on commit d93c307

Please sign in to comment.