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