mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2025-06-26 04:53:59 +03:00
little fixes
This commit is contained in:
@ -5,12 +5,12 @@ description: Небольшая памятка
|
||||
tags: [linux, astra]
|
||||
---
|
||||
## Установка пакета fly
|
||||
```bash
|
||||
```shell
|
||||
apt install fly-all-main
|
||||
```
|
||||
|
||||
## Загрузка ОС с GUI по-умолчанию
|
||||
```bash
|
||||
```shell
|
||||
systemctl set-default graphical.target
|
||||
```
|
||||
|
||||
@ -22,6 +22,6 @@ systemctl get-default
|
||||
```
|
||||
|
||||
### Вернуть загрузку ОС с CLI
|
||||
```bash
|
||||
```shell
|
||||
systemctl set-default multi-user.target
|
||||
```
|
||||
|
Reference in New Issue
Block a user