Skip to content

Commit

Permalink
fix curl
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Jan 16, 2024
1 parent 33daf2d commit 524e336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/start
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mkdir -p "${DESKTOP_DIR}"



curl https://raw.githubusercontent.com/NASA-Openscapes/corn/main/ci/qgis.desktop -O --output--dir "${APPLICATIONS_DIR}/."
curl https://raw.githubusercontent.com/NASA-Openscapes/corn/main/ci/qgis.desktop -o "${APPLICATIONS_DIR}/qgis.desktop"

ln -sf "${APPLICATIONS_DIR}/qgis.desktop" "${DESKTOP_DIR}/qgis.desktop"

Expand All @@ -28,7 +28,7 @@ MIME_DIR="${HOME}/.local/share/mime"
MIME_PACKAGES_DIR="${MIME_DIR}/packages"
mkdir -p "${MIME_PACKAGES_DIR}"

curl https://raw.githubusercontent.com/NASA-Openscapes/corn/main/ci/qgis.xml -O --output--dir "${MIME_PACKAGES_DIR}/."
curl https://raw.githubusercontent.com/NASA-Openscapes/corn/main/ci/qgis.xml -o "${MIME_PACKAGES_DIR}/qgis.xml"

update-mime-database "${MIME_DIR}"

Expand Down

0 comments on commit 524e336

Please sign in to comment.