From 129e4040ced858cc20d635da0a072d386012ea87 Mon Sep 17 00:00:00 2001 From: maks1ms Date: Sat, 4 Jan 2025 09:00:35 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20postinstall.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- postinstall.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 postinstall.sh diff --git a/postinstall.sh b/postinstall.sh new file mode 100644 index 0000000..4966524 --- /dev/null +++ b/postinstall.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +echo ">>> Use 'yandex-disk setup' for initial configure" +echo ">>> Use 'systemctl --user enable yandex-disk.service' for load with system start" \ No newline at end of file