Skip to content

Instantly share code, notes, and snippets.

@ChristianKniep
Created September 16, 2021 07:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChristianKniep/2c942814299bd4546b7836deaf4bb571 to your computer and use it in GitHub Desktop.
Save ChristianKniep/2c942814299bd4546b7836deaf4bb571 to your computer and use it in GitHub Desktop.
OpenCARP Install
#!/bin/bash
mkdir -p /tmp/opencarp
cd /tmp/opencarp
wget -q https://opencarp.org/rpm/opencarp-v7.0.rpm
yum install -y opencarp-v7.0.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment