this script download and install erverything, but it doesn't install dependeces.. you have to see here for that
http://www.nowardev.netsons.org/?q=node/32
save as you want
- chmod +x nameofscritp
- sudo ./nameofscritp
#!/bin/bash
outfolder=$PWD/kdenlivesvn
if [ "$(id -u)" = 0 ]; then
echo "you have the power lol"
echo "installing..."
else
echo "YOU ARE NOT ROOT TO INSTALL YOU MUST BE ROOT. "
echo "have you typed wrong password?"
exit 0
fi
#ìRemove the old folder
if [[ -e $outfolder ]]; then
Recent comments
23 weeks 3 days ago
33 weeks 5 days ago
33 weeks 5 days ago
34 weeks 1 day ago
34 weeks 1 day ago
50 weeks 3 days ago
1 year 3 weeks ago