From 737457dbad850580d15b9a1d7f12bd4feab98815 Mon Sep 17 00:00:00 2001 From: despiegk Date: Fri, 7 Feb 2025 07:27:24 +0300 Subject: [PATCH] ... --- install_v.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install_v.sh b/install_v.sh index f9024c39..32c28f4f 100755 --- a/install_v.sh +++ b/install_v.sh @@ -167,8 +167,8 @@ function os_update { fi export TERM=xterm export DEBIAN_FRONTEND=noninteractive - dpkg --configure -a - apt update -y + sudo dpkg --configure -a + sudo apt update -y if is_github_actions; then echo "** IN GITHUB ACTIONS, DON'T DO UPDATE" else @@ -515,9 +515,9 @@ if [ "$HEROLIB" = true ]; then fi -# if [ "$INSTALL_ANALYZER" = true ]; then -# echo "Run 'source ~/.bashrc' or 'source ~/.zshrc' to update PATH for v-analyzer" -# fi +if [ "$INSTALL_ANALYZER" = true ]; then + echo "Run 'source ~/.bashrc' or 'source ~/.zshrc' to update PATH for v-analyzer" +fi echo "Installation complete!"