Rasa one line deployment script is not working

when i use one line deployment script curl -s get-rasa-x.rasa.com | sudo bash

Welcome to Rasa X :tada:

Rasa X is currently being deployed on your machine. While you’re waiting please add the following line to your terminal configuration (depending on your operating system this is the ‘~/.bashrc’ or ‘~/.zshrc’ file). This is needed so that you can access the embedded cluster using the ‘kubectl’ command line interface.

    export KUBECONFIG=/etc/rancher/k3s/k3s.yaml

it shows this and nothings happen i am using centos 7

Vaseem,

Please set debug mode, re-run the script and report any errors:

INSTALLER_DEBUG_MODE=true
curl -s get-rasa-x.rasa.com | sudo bash

@vaseem-ml , were you able to deploy the bot successfully with the one line deployment script? How much time did it take? I am trying to deploy, it’s been hours since I started, and it is still in in-process! :frowning:

Well, I had some disk issues leading to unexpected amount of time. After sorting it out, it got up and running within 5 minutes! :partying_face:

How did you sort it out?

@Purbasha10 I increased the disk space in the system where I was deploying the bot.

The solutions above did not work for me. I don´t think I have a disk space issue. Are there any other solutions or could you elaborate on the disk space issue?