Skip to content

Commit

Permalink
Updates to get the edit menu working for Calculator
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Oct 27, 2024
1 parent cf22c51 commit a934f3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config/hooks/live/0500-install-fynedesk.hook.chroot
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
umask 002
cd /tmp
git clone https://github.com/fyshos/fynedesk
cd fynedesk
Expand All @@ -7,13 +8,13 @@ sudo make install

cd ../

go install fyne.io/fyne/v2/cmd/fyne@latest
go install fyne.io/fyne/v2/cmd/fyne@develop
sudo mv ~/go/bin/fyne /usr/local/bin
FYNE=/usr/local/bin/fyne

# utilities
$FYNE get github.com/fyne-io/terminal/cmd/fyneterm
$FYNE get github.com/fyne-io/calculator
$FYNE get github.com/fyshos/calculator
$FYNE get github.com/fyshos/textedit
$FYNE get github.com/fyshos/focus

Expand All @@ -28,4 +29,7 @@ sudo apt-get install -y curl xz-utils
curl -s https://geoffrey-artefacts.fynelabs.com/github/andydotxyz/FyshOS/apps/latest/linux-amd64/Fyne%20Applications-linux-amd64-0a2366a.tar.xz | tar xJf - -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 xJf - -C /
curl -s https://geoffrey-artefacts.fynelabs.com/github/andydotxyz/fynelabs/fysion/latest/linux-amd64/Fysion-linux-amd64-a4ab324.tar.xz | tar xJf - -C /

sudo chgrp -R 1000 /usr/local
sudo chmod -R g+w /usr/local
Binary file modified config/includes.binary/isolinux/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a934f3d

Please sign in to comment.