pentoo-updater: add haskell-updater, for me

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-02-10 11:28:20 -05:00
parent 197133cdc1
commit 9cfd1cecc7
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -582,6 +582,9 @@ main_upgrades() {
fi
set_java #might fail, run it a few times
set_ruby
if [ -x "$(command -v haskell-updater 2>&1)" ]; then
haskell-updater
fi
#if we are in catalyst, update the extra binpkgs
if [ -n "${clst_target}" ]; then