[Solved] Clean install on Ubuntu not working

Unimus support forum
Post Reply
User avatar
ukzerosniper
Posts: 28
Joined: Sat Jul 30, 2016 6:46 pm
Location: England
Contact:

Thu Jun 01, 2017 7:33 pm

Hi Guys,

I am trying to perform a clean install in ubuntu using the install script from here

https://wiki.unimus.net/pages/viewpage. ... eId=950330

I do the following.

At the command prompt I type

sudo bash <(curl -s https://unimus.net/download/deb/install.sh)

I just get the error

bash: /dev/fd/63: No such file or directory

Has anyone else encountered this? Does anyone know the workaround?

Thanks in advance guys.
If this post helped. Consider donating to my bit coin fund

1DrTMxNmBuZwgEcJs2LTh3hnB6VFEC1Uqf
User avatar
Tomas
Posts: 1206
Joined: Sat Jun 25, 2016 12:33 pm

Thu Jun 01, 2017 8:00 pm

Try switching to root manually before running the installer.

Code: Select all

sudo su
bash <(curl -s https://unimus.net/download/deb/install.sh)
User avatar
ukzerosniper
Posts: 28
Joined: Sat Jul 30, 2016 6:46 pm
Location: England
Contact:

Fri Jun 02, 2017 9:52 am

That worked perfectly!
If this post helped. Consider donating to my bit coin fund

1DrTMxNmBuZwgEcJs2LTh3hnB6VFEC1Uqf
Post Reply