mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 14:51:14 +02:00
pentoo-updater: add haskell-updater, for me
This commit is contained in:
parent
197133cdc1
commit
9cfd1cecc7
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue