Skip to content

Commit 0b749bc

Browse files
committed
adding speechnote
1 parent bec130d commit 0b749bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setupPackages.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,10 @@ sudo chmod 777 -R /tmp/arduino/
233233
sudo mkdir -p /etc/skel/.config
234234
sudo cp -r $SCRIPT/.config/cura/ /etc/skel/.config/
235235

236+
sudo apt install flatpak
237+
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
238+
flatpak install flathub net.mkiol.SpeechNote
239+
236240
echo "Success! All Packaged Installed!"
237241

238242

0 commit comments

Comments
 (0)