Skip to content

Commit

Permalink
Add games to our ISO
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed May 4, 2024
1 parent 9cda02d commit 869f14d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/hooks/live/0500-install-fynedesk.hook.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,16 @@ go get fyne.io/fyne/v2/cmd/fyne
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/textedit

# games
$FYNE get github.com/fyne-io/solitaire
$FYNE get github.com/mevdschee/fyne-mines
$FYNE get github.com/scastiel/gordle

# app manager
sudo apt-get update
sudo apt-get install apps

0 comments on commit 869f14d

Please sign in to comment.