From 11c0714f833ca69e8c04582f7a30b457e98e9aae Mon Sep 17 00:00:00 2001 From: Ilya Mukhortov Date: Tue, 5 Sep 2023 15:55:51 +1000 Subject: [PATCH] pass --- Readme.md | 6 ++++++ medicine/run.sh | 0 2 files changed, 6 insertions(+) mode change 100644 => 100755 medicine/run.sh diff --git a/Readme.md b/Readme.md index f7b70db..34e857f 100644 --- a/Readme.md +++ b/Readme.md @@ -6,6 +6,12 @@ > chmod +x ~/medicine-config/bash_scripts/docker-install.sh ~/medicine-config/bash_scripts/install.sh ~/medicine-config/medicine/run.sh +### Установка ssh сервера + +> apt update + +> apt install openssh-server + ### Решение проблем > Error saving credentials: error storing credentials - err: exit status 1, out: `Cannot autolaunch D-Bus without X11 $DISPLAY` diff --git a/medicine/run.sh b/medicine/run.sh old mode 100644 new mode 100755