This commit is contained in:
parent
5c23a01683
commit
304da6ca53
@ -8,14 +8,14 @@
|
||||
},
|
||||
commands: [
|
||||
"echo Setting up Flatpak.",
|
||||
"flatpak remote-add --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo",
|
||||
"flatpak update --user",
|
||||
"flatpak remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo",
|
||||
"flatpak update -y",
|
||||
|
||||
"echo Installing Stow Flatpak Dependancies.",
|
||||
"flatpak-builder --user --install-deps-only --install-deps-from=flathub build org.gnu.Stow.yml",
|
||||
"flatpak-builder --install-deps-only --install-deps-from=flathub build org.gnu.Stow.yml",
|
||||
|
||||
"echo Building Stow in a Flatpak.",
|
||||
"flatpak-builder --user --install build org.gnu.Stow.yml",
|
||||
"flatpak-builder --install build org.gnu.Stow.yml",
|
||||
|
||||
"echo Packaging Stow Flatpak Bundle.",
|
||||
"flatpak build-bundle repo stowapp.flatpak org.gnu.Stow"
|
||||
|
Loading…
x
Reference in New Issue
Block a user