Skip to content

Commit

Permalink
Fix AUR package install
Browse files Browse the repository at this point in the history
  • Loading branch information
picodotdev committed Jan 11, 2022
1 parent 3d98dbf commit 8ef69ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions alis-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,9 @@ function aur_install() {
fi
done
set -e
if [ "$ERROR" == "true" ]; then
#exit 0
fi
#if [ "$ERROR" == "true" ]; then
# exit 0
#fi
}

function systemd_units() {
Expand Down

0 comments on commit 8ef69ec

Please sign in to comment.