Skip to content

Commit c1ea3ae

Browse files
authored
Merge pull request #12 from NVIDIA/tuned-no-upgrade
fix: removed the apt upgrade from the tuned package
2 parents dc76cf0 + 8e7228a commit c1ea3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuned/skyhook_dir/install_tuned.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ case $ID in
2424
ubuntu* | debian*)
2525
export DEBIAN_FRONTEND=noninteractive
2626

27-
apt update -y && apt upgrade -y
27+
apt update -y
2828
apt install -o DPKG::Lock::Timeout=60 -y tuned
2929
;;
3030
centos* | redhat* | amzn*)

0 commit comments

Comments
 (0)