index
:
librewolf-linux
debian
master
LibreWolf dpkg recipes
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
browser
/
linux
/
build_flatpack.sh
blob: 6b4a2d33e30144dadee91e644b704caac8d859da (
plain
)
1
2
3
#!/bin/bash
sudo apt
install
flatpak-builder
;
bgstack15