From 2cdf7cb9a9f398327bf6ce0e84ab3e494a128b69 Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Thu, 21 Jul 2022 23:15:47 +0100 Subject: [PATCH] tasyagle-install: was overwriting .bashrc... --- tasyagle-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasyagle-install b/tasyagle-install index 43deac0..cbc9452 100755 --- a/tasyagle-install +++ b/tasyagle-install @@ -24,4 +24,4 @@ chown -R $SUDO_USER . chgrp -R $SUDO_USER . echo "Adding avt_env.sh to .bashrc" -echo "source /usr/local/avt_env.sh" > /home/$SUDO_USER/.bashrc +echo "source /usr/local/avt_env.sh" >> /home/$SUDO_USER/.bashrc -- 2.30.2