A gui application used for interactive upgrade reminders on Debian. I no longer use it and will not push changes.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789
  1. # Debian Update Notifier
  2. Update Notifier is a simple and easy-to-use application that uses chronjobs for scheduling package updates. It takes a password and runs ``sudo apt update`` in a subprocess. It stores no passwords in any files.
  3. // [Insert picture of notification popup]
  4. ## Usage
  5. `` ./setup.py 15``
  6. Sets the chronjob to run the update.py script at the current location every 15 days. Setup expects an integer representing the update interval.