Changes between Version 4 and Version 5 of deployOnLinux
- Timestamp:
- 02/24/2021 03:46:01 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
deployOnLinux
v4 v5 4 4 5 5 {{{ 6 #! xml6 #!application/x-sh 7 7 sed -i '/cdrom/d' /etc/apt/sources.list 8 8 }}} … … 11 11 12 12 {{{ 13 #! xml13 #!application/x-sh 14 14 apt install -i mc git 15 15 }}} … … 18 18 - вивести адреси: 19 19 {{{ 20 #! xml20 #!application/x-sh 21 21 ip a 22 22 }}} 23 23 - виключити: 24 24 {{{ 25 #! xml25 #!application/x-sh 26 26 systemctl poweroff 27 27 }}} 28 28 - перезагрузити: 29 29 {{{ 30 #! xml30 #!application/x-sh 31 31 systemctl reboot 32 32 }}}
