Difference between revisions of "Template:Flatpak overwrite-fs.sh"

From GnuCash
Jump to: navigation, search
(sudo flatpak override org.gnucash.GnuCash --filesystem=$PATH_TO_USB_DRIVE)
 
(# After configuring automatic mounting of the drive in the host system; $PATH_TO_DRIVE)
 
Line 1: Line 1:
 
<syntaxhighlight lang="sh">
 
<syntaxhighlight lang="sh">
sudo flatpak override org.gnucash.GnuCash --filesystem=$PATH_TO_USB_DRIVE
+
# After configuring automatic mounting of the drive in the host system
 +
sudo flatpak override org.gnucash.GnuCash --filesystem=$PATH_TO_DRIVE
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 17:38, 6 March 2024

# After configuring automatic mounting of the drive in the host system
sudo flatpak override org.gnucash.GnuCash --filesystem=$PATH_TO_DRIVE