Coder Social home page Coder Social logo

Comments (6)

marafa avatar marafa commented on May 24, 2024 6

when you run ./streisand select custom install and say "no" to installing wireguard

from streisand.

azatkooman avatar azatkooman commented on May 24, 2024 4

I also had the same issue on Digital Ocean. I looked at /streisand/playbooks/roles/wireguard/tasks/install.yml and figured that you can comment lines 7 through 13, since now wireguard is part of standard repos. This solved it for me.

from streisand.

kmaradona avatar kmaradona commented on May 24, 2024

Having the same issue.

from streisand.

Vonkenator avatar Vonkenator commented on May 24, 2024

If you don't need to use Wireguard, the issue can be resolved by choosing to exclude installation of Wireguard during the install configuration process. This is what I ended up doing, but the issue is still there for those who want to use Wireguard.

from streisand.

filupmarley avatar filupmarley commented on May 24, 2024

I also had the same issue on Digital Ocean. I looked at /streisand/playbooks/roles/wireguard/tasks/install.yml and figured that you can comment lines 7 through 13, since now wireguard is part of standard repos. This solved it for me.

This corrected my issue as well. Thank you!

from streisand.

thehalvo avatar thehalvo commented on May 24, 2024

Wireguard PPA owner does not provide packages anymore.

You can ignore it but choosing to exclude during install.

If you want to manually add it later you you can add the universe pocket repo and install the package from it:

sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install wireguard

Or, on Ubuntu. Wireguard functionality has now been folded into Ubuntu itself, simply run

apt install wireguard

on all Ubuntus ≥ 16.04.

from streisand.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.