Skip to content

🛡 Linux autoupdate script based on apt package manager integrated in your system

License

Notifications You must be signed in to change notification settings

ddan9/apt-autoupdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

             _                    _                        _       _       
  __ _ _ __ | |_       __ _ _   _| |_ ___  _   _ _ __   __| | __ _| |_ ___ 
 / _` | '_ \| __|____ / _` | | | | __/ _ \| | | | '_ \ / _` |/ _` | __/ _ \
| (_| | |_) | ||_____| (_| | |_| | || (_) | |_| | |_) | (_| | (_| | ||  __/
 \__,_| .__/ \__|     \__,_|\__,_|\__\___/ \__,_| .__/ \__,_|\__,_|\__\___|
      |_|                                       |_|            

 < apt-autoupdate example of work >

Language translations



Description in English

🇺🇸 🔝 Go up

Menu:


apt-autoupdate (en)

A program based on the apt and apt-get commands. Designed to keep the system up to date. Made just for convenience. It is not recommended for use by system administrators in a production environment, because the probability of system failure increases. In general, at home too

🔙 Menu


For smooth installation required:

  • 💻 PC: Linux (Ubuntu-based; 12.04 and higher; Maybe just sudo and apt-based, i don't know)

  • 📱 Mobile: Android (With termux)

🔙 Menu


Smooth installation on PC:

Step by step:

  1. sudo apt-get update

  2. sudo apt-get install -y git

  3. git clone https://github.com/ddan9/apt-autoupdate

  4. bash apt-autoupdate/install.sh

  5. sudo apt-autoupdate

Or by one command:

🔙 Menu


Smooth installation on Mobile:

Step by step:

  1. apt-get update

  2. apt-get install -y git

  3. git clone https://github.com/ddan9/apt-autoupdate

  4. bash apt-autoupdate/install.sh

  5. apt-autoupdate

Or by one command:

🔙 Menu


For uninstall:

By one command:

  • bash .apt-autoupdate/remove.sh

🔙 Menu


For manual install you need:

  • bash (Maybe something else, i don't know)

  • apt package manager (Your system may be based on it)

  • git

  • git clone https://github.com/ddan9/apt-autoupdate into $HOME

  • cp apt-autoupdate/apt-autoupdate /usr/bin/apt-autoupdate (Or into another similar directory)

  • chmod +x /usr/bin/apt-autoupdate

  • mv apt-autoupdate ./.apt-autoupdate

🔙 Menu


Authors

Creators of apt package manager: https://debian.org 👈

Creator of script: https://ddan9.github.io 👈

🔙 Menu


Описание на Русском

🇷🇺 🔝 Наверх

Меню:


apt-autoupdate (ru)

Программа на основе комманд apt и apt-get. Предназначена для поддержания системы в актуальном состоянии. Сделана просто для удобства. Не рекомендуется к использованию системными администраторами в производственной среде, т.к. повышается вероятность поломки системы. В целом, в домашней тоже

🔙 Меню


Для гладкой установки необходимо:

  • 💻 ПК: Линукс (Убунту-подобный; 12.04 и выше; Либо просто sudo и apt-based, точно не знаю)

  • 📱 Мобильные: Андроид (С термуксом)

🔙 Меню


Гладкая установка на ПК:

Шаг за шагом:

  1. sudo apt-get update

  2. sudo apt-get install -y git

  3. git clone https://github.com/ddan9/apt-autoupdate

  4. bash apt-autoupdate/install.sh

  5. sudo apt-autoupdate

Или одной командой:

🔙 Меню


Гладкая установка на Мобильные:

Шаг за шагом:

  1. apt-get update

  2. apt-get install -y git

  3. git clone https://github.com/ddan9/apt-autoupdate

  4. bash apt-autoupdate/install.sh

  5. apt-autoupdate

Или одной командой:

🔙 Меню


Для удаления:

Одной командой:

  • bash .apt-autoupdate/remove.sh

🔙 Меню


Для ручной установки вам нужно:

  • bash (Может что-то другое, точно не знаю)

  • пакетный менеджер apt (Ваша система может базироваться на нём)

  • git

  • git clone https://github.com/ddan9/apt-autoupdate в вашу $HOME

  • cp apt-autoupdate/apt-autoupdate /usr/bin/apt-autoupdate (Либо в другую подобную директорию)

  • chmod +x /usr/bin/apt-autoupdate

  • mv apt-autoupdate ./.apt-autoupdate

🔙 Меню


Авторы

Создатели менеджера пакетов apt: https://debian.org 👈

Создатель скрипта: https://ddan9.github.io 👈

🔙 Меню