This commit is contained in:
2025-08-24 21:02:23 +05:00
parent 92c8fc3302
commit 349e355d4a

View File

@@ -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