Skip to content

Commit

Permalink
Merge pull request #18 from ublue-os/m2Giles-patch-1
Browse files Browse the repository at this point in the history
fix: bluefin-cli-firstrun permissions
  • Loading branch information
castrojo authored Jan 20, 2024
2 parents 7079e6b + de5630f commit a13718b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if test "$(id -u)" -gt "0" && test ! -f /etc/linuxbrew.firstrun; then
echo "First Run Setup"
if test ! -d /home/linuxbrew; then
mv /home/homebrew /home/linuxbrew
su-exec root mv /home/homebrew /home/linuxbrew
else
echo "Getting newest repo version of brew"
su-exec root cp -R /home/homebrew/.linuxbrew /home/linuxbrew/
Expand Down

0 comments on commit a13718b

Please sign in to comment.