PierreBeucher / cloudypad

Your own gaming gear in the Cloud ! 🎮 ⛅
https://cloudypad.gg
GNU General Public License v3.0
100 stars 6 forks source link

Failed to create a new AWS instance #50

Closed mikaelmorvan closed 2 months ago

mikaelmorvan commented 2 months ago

cloudypad output.txt

I want to create a new instance of CloudyPad on AWS I launch cloudypad create and I've got a problem with the installation of the nvidia driver

The output of the command is in the attached file

Hope it will help

PierreBeucher commented 2 months ago

Hey Mikael, I solved this bug yesterday via https://github.com/PierreBeucher/cloudypad/pull/46 (see https://github.com/PierreBeucher/cloudypad/issues/44), can you update to latest version and try again ? (just run installation script again it will update Cloudy Pad)

mikaelmorvan commented 2 months ago

The update doesn't work ` curl -fsSL https://raw.githubusercontent.com/PierreBeucher/cloudypad/master/install.sh | sh

Installing Cloudy Pad version v0.6.0

Installation aborted. `

mikaelmorvan commented 2 months ago

I had to download the install.sh manually, chmod +x it, and launch it to be able to update the install of Cloudypad

mikaelmorvan commented 2 months ago

Everything is working smoothly with the new aws installation Great Job Pierre

PierreBeucher commented 2 months ago

Reproduced and solved with https://github.com/PierreBeucher/cloudypad/pull/51 :) Thanks for the feedback !