Bash script to completely update Debian and child OSes.
This small bash script will simplify the routine upgrade of Debian and child OSes. I would be glad if someone shares their ideas on how to improve this script.
Copy the bash-debian-update.sh file to home folder.
To run, you need to give the file the right to run as a program:
sudo chmod +x bash-debian-update.sh
Then run the script:
./bash-debian-update.sh
Enjoy!
Небольшой скрипт для полного обновления Debian и дочерних операционных систем. Буду рад, если Вы поделитесь своими советами по улучшению скрипта.
Скопируйте файл bash-debian-update.sh в домашнюю папку.
Для запуска необходиом дать файлу права для запуска в качестве программы:
sudo chmod +x bash-debian-update.sh
Теперь можно запустить скрипт:
./bash-debian-update.sh