Page 1 of 1

[Solved] Clean install on Ubuntu not working

Posted: Thu Jun 01, 2017 7:33 pm
by ukzerosniper
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.

Re: Clean install on Ubuntu not working

Posted: Thu Jun 01, 2017 8:00 pm
by Tomas
Try switching to root manually before running the installer.

Code: Select all

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

Re: Clean install on Ubuntu not working

Posted: Fri Jun 02, 2017 9:52 am
by ukzerosniper
That worked perfectly!