File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,10 +28,7 @@ before_install:
2828 - sudo apt-get --yes --force-yes update -qq
2929 - sudo apt-get install --yes libudunits2-dev libproj-dev libgeos-dev libgdal-dev
3030 # orca system dependencies -- https://github.com/plotly/orca/#linux-troubleshooting-cannot-open-shared-object
31- - wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
32- - sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
33- - sudo apt-get update
34- - sudo apt-get install --yes libgtk2.0-0 libgconf-2-4 google-chrome-stable desktop-file-utils
31+ - sudo apt-get install --yes libgtk2.0-0 libgconf-2-4 desktop-file-utils
3532 # Setup orca AppImage as a executable binary on linux
3633 - wget https://github.com/plotly/orca/releases/download/v1.1.1/orca-1.1.1-x86_64.AppImage -P $HOME
3734 - chmod 777 $HOME/orca-1.1.1-x86_64.AppImage
You can’t perform that action at this time.
0 commit comments