fix sudo command

This commit is contained in:
Art Lowel
2020-02-05 17:51:10 +01:00
parent e891d65526
commit de17f099ce

View File

@@ -23,8 +23,8 @@ before_install:
install: install:
# update chrome # update chrome
- sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - - wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- sudo echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list - sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
- sudo apt-get update - sudo apt-get update
- sudo apt-get install google-chrome-stable - sudo apt-get install google-chrome-stable
# Start up DSpace 7 using the entities database dump # Start up DSpace 7 using the entities database dump