fruworg.github.io/content/posts/astra-fly.md
2023-12-26 04:34:28 +06:00

28 lines
596 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Установка fly-dm (GUI) на Astra Linux"
date: 2023-04-04T12:35:00+05:00
description: Небольшая памятка
tags: [linux, astra]
---
## Установка пакета fly
```shell
apt install fly-all-main
```
## Загрузка ОС с GUI по-умолчанию
```shell
systemctl set-default graphical.target
```
## Примечание
### Посмотреть текущую конфигурацию загрузки
```bash
systemctl get-default
```
### Вернуть загрузку ОС с CLI
```shell
systemctl set-default multi-user.target
```