From 349e355d4afdc4317eb8b5de950643e3edd0244c Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 24 Aug 2025 21:02:23 +0500 Subject: [PATCH] wip --- galias-d.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/galias-d.sh b/galias-d.sh index b0f5b04..578c455 100644 --- a/galias-d.sh +++ b/galias-d.sh @@ -5,7 +5,7 @@ echo "hey! this is talias-d!" check_apt() { - sudo apt install git -y + sudo apt install $1 -y } read_ssh_pub_key() { @@ -40,7 +40,7 @@ else read_ssh_pub_key fi -check_apt +check_apt git # Попробовать склонировать репозиторий TALIAS_DIR="$HOME/.talias" if [ $(git clone ssh://git@g.torshes.ru:57322/alex/talias.git $TALIAS_DIR) ]; then