Saltstack Official Apt Formula
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

11 лет назад
123456789101112131415161718192021222324252627282930313233343536373839
  1. apt
  2. ===
  3. Formulas to update, upgrade, and dist-upgrade within apt.
  4. .. note::
  5. See the full `Salt Formulas installation and usage instructions
  6. <http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.
  7. Available states
  8. ================
  9. .. contents::
  10. :local:
  11. ``apt.dist-upgrade``
  12. --------------------
  13. Runs ``apt-get dist-upgrade``.
  14. ``apt.update``
  15. --------------
  16. Runs ``apt-get update``.
  17. ``apt.upgrade``
  18. ---------------
  19. Runs ``apt-get upgrade``.
  20. ``apt.transports.debtorrent``
  21. -------------------------------
  22. Installs ``apt-transport-debtorrent``.
  23. ``apt.transports.https``
  24. --------------------------
  25. Installs ``apt-transport-https``.