Skip to content

Commit

Permalink
setup-util-bash: fix manjaro conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Feb 22, 2024
1 parent faf3222 commit 23e9ee3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions commands/setup-util-bash
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ function setup_util_bash() (
extras+=('--upgrade')
fi

# if manjaro, fix conflict
if is-manjaro; then
# https://github.com/bevry/dorothy/actions/runs/7999125477/job/21846420515#step:3:86
setup-util --uninstall --optional --quiet --name="Manjaro's default bashrc" PAMAC='bashrc-manjaro'
fi

# setup bash
function build_bash {
# dependencies
Expand Down

0 comments on commit 23e9ee3

Please sign in to comment.