Skip to content

Commit

Permalink
fix: bluefin-cli-firstrun permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Jan 20, 2024
1 parent 7079e6b commit de5630f
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 de5630f

Please sign in to comment.