Can't update ubuntu - Error: Can't open /dev/fd/63

hello,
I wanted to update cyberpanel with the following command

sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh)

I get an error: Can't open /dev/fd/63

I google it the error but I didn’t find a good fix…
Any help ?

use sudo su - first

and than

sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh)

3 Likes

Thank you! :slight_smile:

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.