I tried installing Surfshark VPN:
Code: Select all
curl -f https://downloads.surfshark.com/linux/debian-install.sh --output surfshark-install.sh
cat surfshark-install.sh
sh surfshark-install.sh
but it failed to run.
Any enlightenment?
Moderator: Forum moderators
I tried installing Surfshark VPN:
Code: Select all
curl -f https://downloads.surfshark.com/linux/debian-install.sh --output surfshark-install.sh
cat surfshark-install.sh
sh surfshark-install.sh
but it failed to run.
Any enlightenment?
What specific version of BookwormPup?????????
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected
I knew you're gonna ask this question, Biggie.
The latest one indeed.
But cheers for asking btw.
Thanks, Jasp.
@dimkr
Surfshark also won't run in VanillaDpup 10, any flavor.
running from terminal indicates a problem with this library:-
Code: Select all
# /opt/Surfshark/surfshark --no-sandbox
libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
#
The install script seems to be wanting to download a Debian Stretch version of the VPN program (rather than Bookworm) so I wonder if this is the reason for the mismatch ?
This is the information we need.
BookwormPup64 what specific version???
Or is it BookwormPup32 and what specific version????
Either one could be your definition of the latest version!
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected
I see it depends on systemd and NetworkManager, two things you don't have in Puppy.
I installed with:
Code: Select all
curl -f https://downloads.surfshark.com/linux/debian-install.sh --output surfshark-install.sh
sh surfshark-install.sh
GUI starts fine (under Utility menu) after some additional tweaking, but I haven't tried to connect to the VPN:
Code: Select all
setup-spot surfshark=true
cat << EOF > /root/Startup/surfshark
#!/bin/sh
/opt/Surfshark/resources/dist/resources/surfsharkd2.js &
run-as-spot /opt/Surfshark/resources/dist/resources/surfsharkd.js &
EOF
chmod +x /root/Startup/surfshark
restartwm
Is this a way for installing other apps that depend on systemd and NetworkManager?
Thanks
I see that there is a Linux Legacy Version which is command line rather than being a much larger GUI program:-
https://support.surfshark.com/hc/en-us/ ... cy-version
The problem with trying to test and troubleshoot the apps of paid-for VPN providers is that it is difficult to do if you do not have a subscription.
For someone who has an account already and wants to try to get it working in Puppy, it might be worth testing this.
dimkr wrote: ↑Sat May 04, 2024 8:48 amI see it depends on systemd and NetworkManager, two things you don't have in Puppy.
I installed with:
Code: Select all
curl -f https://downloads.surfshark.com/linux/debian-install.sh --output surfshark-install.sh sh surfshark-install.sh
GUI starts fine (under Utility menu) after some additional tweaking, but I haven't tried to connect to the VPN:
Code: Select all
setup-spot surfshark=true cat << EOF > /root/Startup/surfshark #!/bin/sh /opt/Surfshark/resources/dist/resources/surfsharkd2.js & run-as-spot /opt/Surfshark/resources/dist/resources/surfsharkd.js & EOF chmod +x /root/Startup/surfshark restartwm
When trying to connect ("Network Manager" is installed)...
OscarTalks wrote: ↑Sat May 04, 2024 4:41 pmI see that there is a Linux Legacy Version which is command line rather than being a much larger GUI program:-
https://support.surfshark.com/hc/en-us/ ... cy-version
The problem with trying to test and troubleshoot the apps of paid-for VPN providers is that it is difficult to do if you do not have a subscription.
For someone who has an account already and wants to try to get it working in Puppy, it might be worth testing this.
But Legacy version (non-GUI) seems to work...