From cef07228f6c9182ddd26713feb3b4b6802789f75 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 24 Aug 2025 20:40:22 +0500 Subject: [PATCH] wip --- galias-d.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/galias-d.sh b/galias-d.sh index 4eab591..8676715 100644 --- a/galias-d.sh +++ b/galias-d.sh @@ -7,6 +7,10 @@ echo "hey! this is galias-d!" +check_apt() { + sudo apt install git +} + read_ssh_pub_key() { local ssh_dir="$HOME/.ssh" local pub_key @@ -41,6 +45,6 @@ fi # Попробовать склонировать репозиторий -local TALIAS_DIR="$HOME/.talias" +TALIAS_DIR="$HOME/.talias" git clone ssh://git@g.torshes.ru:57322/alex/talias.git $TALIAS_DIR cat $TALIAS_DIR/README.md