Skip to content

Commit

Permalink
Add back missing flag
Browse files Browse the repository at this point in the history
  • Loading branch information
belongtothenight committed Jun 13, 2024
1 parent d96ce36 commit 038aed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw4_libtrace_setup/common_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ fi
# $1: package name
aptins () {
echo_notice "common" "setup" "Installing ${BOLD}${GREEN}$1${END}..."
err_retry_exec "sudo apt $apt_gflag -o DPkg::Lock::Timeout=300 install $1 -y" 1 5 "common" "functions_aptins" 1
err_retry_exec "sudo apt -q -o DPkg::Lock::Timeout=300 install $1 -y" 1 5 "common" "functions_aptins" 1
}
if [ $verbose == 1 ]; then
echo_notice "common" "function" "Loaded function: aptins"
Expand Down

0 comments on commit 038aed5

Please sign in to comment.