We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec130d commit 0b749bcCopy full SHA for 0b749bc
setupPackages.sh
@@ -233,6 +233,10 @@ sudo chmod 777 -R /tmp/arduino/
233
sudo mkdir -p /etc/skel/.config
234
sudo cp -r $SCRIPT/.config/cura/ /etc/skel/.config/
235
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
+
240
echo "Success! All Packaged Installed!"
241
242
0 commit comments