cryinkfly / SOLIDWORKS-for-Linux

This is a project, where I give you a way to use SOLIDWORKS on Linux!
MIT License
426 stars 38 forks source link

Initial wget script doesn't seem to work #70

Open mzryz opened 2 months ago

mzryz commented 2 months ago

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 commented 2 months ago

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

LiamAkkerman commented 2 weeks ago

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.