Skip to content

Commit 7d8a267

Browse files
authored
Merge pull request neutrinolabs#3474 from matt335672/add_minus_y_to_apt_upgrade
Add a '-y' switch to apt-get upgrade
2 parents 2b22636 + d81f5a4 commit 7d8a267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_xrdp_build_dependencies_with_apt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ in
107107
;;
108108
esac
109109
apt-get update
110-
apt-get upgrade
110+
apt-get -y upgrade
111111
;;
112112

113113
i386)

0 commit comments

Comments
 (0)