mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
9 lines
211 B
Bash
9 lines
211 B
Bash
#!/bin/bash
|
|
|
|
rpm -Uvh http://ccrma.stanford.edu/planetccrma/mirror/fedora/linux/planetccrma/20/i386/planetccrma-repo-1.1-3.fc20.ccrma.noarch.rpm
|
|
|
|
yum update
|
|
|
|
yum install planetccrma-core
|
|
|
|
source update_boot.sh
|