5 lines
187 B
Bash
5 lines
187 B
Bash
#!/usr/bin/env bash
|
|
post_install() {
|
|
echo ">>> Use 'yandex-disk setup' for initial configure"
|
|
echo ">>> Use 'systemctl --user enable yandex-disk.service' for load with system start"
|
|
} |