Skip to content

Commit

Permalink
Updated steam example
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanformigoni committed Oct 16, 2024
1 parent 9a56858 commit 1139263
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/steam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1139263

Please sign in to comment.