Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't jump to step2 #3

Open
woodey233 opened this issue Feb 27, 2024 · 4 comments
Open

can't jump to step2 #3

woodey233 opened this issue Feb 27, 2024 · 4 comments

Comments

@woodey233
Copy link

woodey233 commented Feb 27, 2024

i 've run the command in the folder /root/vgpu : curl -O https://raw.githubusercontent.com/wvthoog/proxmox-vgpu-installer/main/proxmox-installer.sh && chmod +x proxmox-installer.sh
then,run the script.
then,reboot and run the script again.
but still in step 1.

and i've found that when i run the script in the folder /root ,it jump into step2.
It seems that issue occurs in something about the folder.

@wvthoog
Copy link
Owner

wvthoog commented Feb 27, 2024

I see, you're probably logged in as another (non root) user. Correct ?

I'll put fixing this on my todo list. In the meantime you can force the script to start at step 2 by issueing:

./proxmox-installer.sh --step 2

@woodey233
Copy link
Author

I don't think so.I login as root.

@wvthoog
Copy link
Owner

wvthoog commented Feb 27, 2024

Whoops, misread your question. Read through the script and saw that i made mistake. The config file is not always written to the directory you are currently at but sometimes to $HOME/

So either launch the script from the root directory (/root or use the step argument (--step 2))

But you're right, i need to fix that

@woodey233
Copy link
Author

Yes,that's the problem.
Can't wait to see the new script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants