From 1139263373800ee542911d05263d1bbd658e0a09 Mon Sep 17 00:00:00 2001 From: "Ruan E. Formigoni" Date: Wed, 16 Oct 2024 12:31:37 -0300 Subject: [PATCH] Updated steam example --- examples/steam.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/steam.sh b/examples/steam.sh index db5058b..dab9f4e 100755 --- a/examples/steam.sh +++ b/examples/steam.sh @@ -29,15 +29,12 @@ function _main() # Download flatimage local image="./bin/arch.flatimage" - wget -q --show-progress --progress=dot:mega -O "$image" "https://github.com/ruanformigoni/flatimage/releases/download/v1.0.1/arch.flatimage" + wget -q --show-progress --progress=dot:mega -O "$image" "https://github.com/ruanformigoni/flatimage/releases/download/v1.0.2/arch.flatimage" chmod +x "$image" # Enable network "$image" fim-perms set network - # Configure PATH variable - "$image" fim-env add 'PATH="/usr/bin:$PATH"' - # Update image "$image" fim-root pacman -Syu --noconfirm