Skip to content

Commit

Permalink
Don't install anything, assume everything is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
nanonyme committed Sep 12, 2019
1 parent c1ef9a7 commit 91aa4be
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.sh
@@ -1,10 +1,5 @@
#!/bin/sh -e
dependencies="--install-deps-from=flathub"
for name in $*
do
dependencies="--install-deps-from $name $dependencies"
done
flatpak-builder --user $dependencies --repo=steam --force-clean build-dir com.valvesoftware.Steam.yml
flatpak-builder --user --repo=steam --force-clean build-dir com.valvesoftware.Steam.yml
flatpak --user remote-add --no-gpg-verify --if-not-exists steam steam
flatpak install steam com.valvesoftware.Steam
flatpak update com.valvesoftware.Steam

0 comments on commit 91aa4be

Please sign in to comment.