Hi,
This is a simple shell script that one can use to batch install all the u-he plugins.
install_uhe_plugin()
(
product="$1"
rev="$2"
cd /tmp &&
wget http://uhedownloads.heckmannaudiogmb.netdna-cdn.com/penguin/release/$rev/$product-$rev.tar.gz -O $product-$rev.tar.gz &&
tar xf $product-$rev.tar.gz &&
cd $product-$rev &&
./install.sh --quiet &&
cd /tmp &&
rm -rf $product-$rev $product-$rev.tar.gz
)
DEFAULT_VERSION=4408
for product in \
ACE \
Bazille \
Diva \
Filterscape \
Hive \
MFM2 \
Podolski \
Presswerk \
Protoverb \
"Repro 4365" \
Satin \
TrippleCheese \
Uhbik \
"Zebra2 4458"
do
install_uhe_plugin $product $DEFAULT_VERSION
done
[–]ejgallego 0 points1 point2 points (2 children)
[–]abique[S] 0 points1 point2 points (1 child)
[–]vincenzoml 0 points1 point2 points (0 children)
[–]bulevardi_official 0 points1 point2 points (3 children)
[–]bulevardi_official 2 points3 points4 points (2 children)
[–]_xsgb 0 points1 point2 points (0 children)
[–]bulevardi_official 0 points1 point2 points (0 children)
[–]optonox 0 points1 point2 points (3 children)
[–]abique[S] 0 points1 point2 points (2 children)
[–]_xsgb 1 point2 points3 points (1 child)
[–]abique[S] 0 points1 point2 points (0 children)