Revert "Run all the jobs at a low priority"
This reverts commit 43e61b538b.
That change caused problems. For example, more jobs running
simultaneously than there should be.
This commit is contained in:
parent
43e61b538b
commit
f233638bdd
2 changed files with 1 additions and 9 deletions
|
|
@ -6,7 +6,7 @@ set -e
|
|||
|
||||
echo "Install the dependencies of the vigil script..."
|
||||
sudo apt-get --yes install python3-minimal python3-pygments python3-pyinotify \
|
||||
python3-urwid python3-psutil
|
||||
python3-urwid
|
||||
echo
|
||||
echo "Install all the tools vigil may need..."
|
||||
./install-tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue