Skip to content

Commit

Permalink
Fix Toolbx container not provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Oct 30, 2024
1 parent 941f935 commit 546af50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/seagl-setup-room
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fi

# For some reason, Toolbx wants to create a Fedora 38 container??
# TODO confirm this is an upstream bug, then report
yes | sudo -u $SUDO_USER toolbox create --release f40
yes | sudo -u $SUDO_USER toolbox create --assumeyes --release f40

touch /var/lib/seagl/room-setup-complete

Expand Down

0 comments on commit 546af50

Please sign in to comment.