357
submitted 7 months ago* (last edited 7 months ago) by Pantherina@feddit.de to c/linux@lemmy.ml

You can easily add them by following the instructions on their site.

On immutable fedora it can be done via

curl -o - https://repository.mullvad.net/rpm/stable/mullvad.repo | sudo tee /etc/yum.repos.d/mullvad.repo

rpm-ostree uninstall mullvad-vpn --install mullvad-vpn

# after reboot, if not working
sudo systemctl start mullvad-daemon
you are viewing a single comment's thread
view the rest of the comments
[-] bizdelnick@lemmy.ml 5 points 7 months ago

wget https://repository.mullvad.net/rpm/stable/mullvad.repo | sudo tee /etc/yum.repos.d/mullvad.repo

This command won't work.

[-] Pantherina@feddit.de 3 points 7 months ago

Better? I was not sure did it with cd and forgot the parameters for wget XD isnt it -O /path/to/destination/ ?

[-] BautAufWasEuchAufbaut@lemmy.blahaj.zone 3 points 7 months ago* (last edited 7 months ago)

I think you can just replace wget with curl.
Alternatively -O - I think.
You can't use the path directly because of permissions. And you shouldn't run wget with root permissions.

[-] Pantherina@feddit.de 2 points 7 months ago* (last edited 7 months ago)

Yes thats why I did that and seperated it from the wget as I also think thats not the best idea

Okay fixed it. Damn thats weird, I think I just used sudo wget X -O /path/ but not a good idea I guess.

[-] qaz@lemmy.world 2 points 7 months ago* (last edited 7 months ago)
[-] Kazumara@feddit.de 7 points 7 months ago* (last edited 7 months ago)

Because wget doesn't use standard output for the downloaded file by default, instead it creates a file with the name in the url in the workingdir. If you want it to use standard output you need -O -

this post was submitted on 24 Nov 2023
357 points (98.9% liked)

Linux

45479 readers
1905 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS