This commit is contained in:
2025-02-07 07:27:24 +03:00
parent fb05951c5b
commit 737457dbad

View File

@@ -167,8 +167,8 @@ function os_update {
fi fi
export TERM=xterm export TERM=xterm
export DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND=noninteractive
dpkg --configure -a sudo dpkg --configure -a
apt update -y sudo apt update -y
if is_github_actions; then if is_github_actions; then
echo "** IN GITHUB ACTIONS, DON'T DO UPDATE" echo "** IN GITHUB ACTIONS, DON'T DO UPDATE"
else else
@@ -515,9 +515,9 @@ if [ "$HEROLIB" = true ]; then
fi fi
# if [ "$INSTALL_ANALYZER" = true ]; then if [ "$INSTALL_ANALYZER" = true ]; then
# echo "Run 'source ~/.bashrc' or 'source ~/.zshrc' to update PATH for v-analyzer" echo "Run 'source ~/.bashrc' or 'source ~/.zshrc' to update PATH for v-analyzer"
# fi fi
echo "Installation complete!" echo "Installation complete!"