Skip to content

Commit 82149ab

Browse files
author
Bob Dill
committed
add -y flag to install command at end of ubunutu setup part 1 script
1 parent c954b45 commit 82149ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_Ubuntu_Part_1.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,6 @@ do
304304
showStep "Installing docker for Ubuntu"
305305
install_docker
306306
showStep "installing ubuntu extras to get necessary fonts. Please accept the license agreements when prompted."
307-
sudo apt-get install ubuntu-restricted-extras
307+
sudo apt-get -y install ubuntu-restricted-extras
308308
showStep "installation Part 1 complete"
309309
showStep "${RED} Reboot is required prior to executing step 2"

0 commit comments

Comments
 (0)