From 0181a0b966a91e68a9629a26f3cac04b263ec2ce Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Thu, 21 Jul 2022 19:39:10 +0100 Subject: [PATCH] tasyagle-install: Added login source for avt_env.sh --- tasyagle-install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasyagle-install b/tasyagle-install index c2bbf11..43deac0 100755 --- a/tasyagle-install +++ b/tasyagle-install @@ -22,3 +22,6 @@ installDir="/usr/local" ./build.sh cd /home/$SUDO_USER/src 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 -- 2.30.2