Created
September 16, 2021 07:22
-
-
Save ChristianKniep/2c942814299bd4546b7836deaf4bb571 to your computer and use it in GitHub Desktop.
OpenCARP Install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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