Skip to content

Commit

Permalink
Update reload-init
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkmmr69420 authored Apr 16, 2024
1 parent cc8b360 commit 8e75257
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/reload-init
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ fi
[ -f /run/host/usr/bin/ujust ] && sudo ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/ujust || sudo rm -f /usr/local/bin/ujust

rm -f $HOME/.local/share/clinuxbrew/exports/bin/cbrewsh
rm -f $HOME/.local/share/clinuxbrew/exports/bin/cbrew
cp /usr/local/lib/cbrew/cbrewsh $HOME/.local/share/clinuxbrew/exports/bin
chmod +x $HOME/.local/share/clinuxbrew/exports/bin/cbrewsh
distrobox-export --bin /home/linuxbrew/.linuxbrew/bin/brew --export-path $HOME/.local/share/clinuxbrew/exports/bin
mv $HOME/.local/share/clinuxbrew/exports/bin/brew $HOME/.local/share/clinuxbrew/exports/bin/cbrew

echo 'Initing Homebrew should now be complete'

0 comments on commit 8e75257

Please sign in to comment.