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

cant install on bazzite deck, steam deck. #26

Open
misteryolo opened this issue Jun 26, 2024 · 1 comment
Open

cant install on bazzite deck, steam deck. #26

misteryolo opened this issue Jun 26, 2024 · 1 comment

Comments

@misteryolo
Copy link

Please help, cd all-ways-egpu Gives me :

chmod +x install.sh; sudo ./install.sh install
cp: cannot create regular file '/usr/bin/all-ways-egpu': Read-only file system
chmod: cannot access '/usr/bin/all-ways-egpu': No such file or directory
cp: cannot create regular file '/usr/share/applications/all-ways-egpu.desktop': Read-only file system

@ewagner12
Copy link
Owner

Run this different command to install it:
cd ~; curl -qLs https://github.com/ewagner12/all-ways-egpu/releases/latest/download/all-ways-egpu.zip -o all-ways-egpu.zip; unzip all-ways-egpu.zip; cd all-ways-egpu-main; chmod +x install.sh; sudo ./install.sh user-install; cd ../; rm -rf all-ways-egpu.zip all-ways-egpu-main

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