Skip to content

Commit 8e7228a

Browse files
committed
fix: removed the apt upgrade from the tuned package
1 parent dc76cf0 commit 8e7228a

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)