File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,29 @@ Bash script to completely update Debian and child OSes.
33
44This small bash script will simplify the routine upgrade of Debian and child OSes.
55I would be glad if someone shares their ideas on how to improve this script.
6+
7+ Copy the bash-debian-update.sh file to home folder.
8+
9+ To run, you need to give the file the right to run as a program:
10+
11+ sudo chmod +x bash-debian-update.sh
12+
13+ Then run the script:
14+
15+ ./bash-debian-update.sh
16+
17+ Enjoy!
18+
19+
20+ Небольшой скрипт для полного обновления Debian и дочерних операционных систем.
21+ Буду рад, если Вы поделитесь своими советами по улучшению скрипта.
22+
23+ Скопируйте файл bash-debian-update.sh в домашнюю папку.
24+
25+ Для запуска необходиом дать файлу права для запуска в качестве программы:
26+
27+ sudo chmod +x bash-debian-update.sh
28+
29+ Теперь можно запустить скрипт:
30+
31+ ./bash-debian-update.sh
You can’t perform that action at this time.
0 commit comments