Search found 2 matches

by douglasanpa
Fri Aug 15, 2014 2:04 pm
Forum: Help and Support
Topic: Auto Install for Linux (ubuntu/mint)
Replies: 8
Views: 23240

Re: Auto Install for Linux (ubuntu/mint)

I updated the script to the new standard provided by UMS

#!/bin/bash
function pause(){
read -p "$*"
}

sudo echo "Teste de SUDO" | clear
echo Installing dialog...
sudo apt-get install dialog -y --force-yes > /dev/null 2>&1
dialog --title 'Aguarde' --infobox '\nInstalling the dependencies ...
by douglasanpa
Tue Jun 10, 2014 7:14 am
Forum: Help and Support
Topic: Auto Install for Linux (ubuntu/mint)
Replies: 8
Views: 23240

Auto Install for Linux (ubuntu/mint)

I created a script to install the UMS, I'm sharing it here, maybe someone can help

You can choose to use the UMSBuilder or packages ready and want to install the alphas or not

The script takes the newest version found in http://www.universalmediaserver.com/news

The script now also adds to boot ...