Skip to content

Commit 05c69e2

Browse files
authored
Update README.md
1 parent 3de79b6 commit 05c69e2

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,29 @@ Bash script to completely update Debian and child OSes.
33

44
This small bash script will simplify the routine upgrade of Debian and child OSes.
55
I 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

0 commit comments

Comments
 (0)