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

Initial wget script doesn't seem to work #70

Open
mzryz opened this issue Sep 24, 2024 · 2 comments
Open

Initial wget script doesn't seem to work #70

mzryz opened this issue Sep 24, 2024 · 2 comments

Comments

@mzryz
Copy link

mzryz commented Sep 24, 2024

No idea why, but I'm stuck on the very first hurdle!


~/Downloads: cd ~/Downloads && wget -N -O solidworks-install.sh https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/main/files/builds/stable-branch/bin/install.sh && mv install.sh solidworks-install.sh && chmod +x solidworks-install.sh && ./solidworks-install.sh
WARNING: timestamping does nothing in combination with -O. See the manual
for details.

--2024-09-24 11:19:02--  https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/main/files/builds/stable-branch/bin/install.sh
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28053 (27K) [text/plain]
Saving to: ‘solidworks-install.sh’

solidworks-install.sh         100%[===============================================>]  27.40K  --.-KB/s    in 0.002s

2024-09-24 11:19:02 (10.9 MB/s) - ‘solidworks-install.sh’ saved [28053/28053]

mv: cannot stat 'install.sh': No such file or directory
@mzryz
Copy link
Author

mzryz commented Sep 24, 2024

Update: I managed to get past this by chmodding the solidworks-install.sh and starting it ... but still, this might trip up users.

@LiamAkkerman
Copy link

this was introduced with an incompatibility with pulls #57 and #48. Either remove mv install.sh solidworks-install.sh && or -O solidworks-install.sh when initally running the command and it will launch as expected.

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