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 415bcba commit cc8b360
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/reload-init
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ fi
[ -f /run/host/usr/bin/transactional-update ] && sudo ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/transactional-update || sudo rm -f /usr/local/bin/transactional-update
[ -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
cp /usr/local/lib/cbrew/cbrewsh $HOME/.local/share/clinuxbrew/exports/bin
chmod +x $HOME/.local/share/clinuxbrew/exports/bin/cbrewsh

echo 'Initing Homebrew should now be complete'

0 comments on commit cc8b360

Please sign in to comment.