Skip to content

Commit

Permalink
prepare.sh bugfix - reenable readonyl filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
kmicki committed May 18, 2022
1 parent 3705eef commit bcb4cbb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if [ "$common_reinstall" == true ]; then
done
if [ "$rofs" == true ]; then
echo "Reenabling read only filesystem..."
sudo steamos-readonly disable &>/dev/null
sudo steamos-readonly enable &>/dev/null
fi
echo "Required dependencies reinstalled."
else
Expand All @@ -56,4 +56,5 @@ mkdir -p bin >/dev/null
echo -e "Clearing \e[1mbin\e[0m directory..."
rm bin/* &>/dev/null

exit 0
exit 0

0 comments on commit bcb4cbb

Please sign in to comment.