New installation guide

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • edmoncu
    Junior Member
    • Jun 2024
    • 8

    New installation guide

    Hi,

    I noticed that the installation guide has been simplified much. It seems to not anymore depend on the distro and version. Does this mean, in the case of Debian, it works now on ARM CPUs?


    Code:
    bash <(curl -fsS https://as-repository.openvpn.net/as/install.sh)
    Click image for larger version  Name:	image.png Views:	40 Size:	19.9 KB ID:	324

    Thanks!
    Last edited by edmoncu; 2024-07-16, 11:01 PM.
  • edmoncu
    Junior Member
    • Jun 2024
    • 8

    #2
    upon testing with a raspberry pi 5 running ubuntu 24, it failed. i opted to use the tried-and-tested old instructions and was able to install it fine
    Code:
    sudo apt update && sudo apt install -y ca-certificates wget net-tools gnupg
    
    sudo wget https://as-repository.openvpn.net/as-repo-public.asc -qO /etc/apt/trusted.gpg.d/as-repository.asc
    
    sudo echo "deb [arch=arm64 signed-by=/etc/apt/trusted.gpg.d/as-repository.asc] http://as-repository.openvpn.net/as/debian noble main">/etc/apt/sources.list.d/openvpn-as-repo.list
    
    sudo apt update && sudo apt install -y openvpn-as openvpn-dco-dkms​
    in case there's a problem with SUDO ECHO, you may create a file using nano
    Code:
    sudo nano /etc/apt/sources.list.d/openvpn-as-repo.list​
    within nano, paste the following and save
    Code:
    deb [arch=arm64 signed-by=/etc/apt/trusted.gpg.d/as-repository.asc] http://as-repository.openvpn.net/as/debian noble main​

    Comment

    • edmoncu
      Junior Member
      • Jun 2024
      • 8

      #3
      OT : if for some reason that DCO fails to be detected, consider running the following
      Code:
      sudo apt install linux-headers-raspi -y
      sudo apt-mark auto linux-headers-raspi
      sudo reboot -f
      reference link

      Comment

      Working...
      😀
      😂
      🥰
      😘
      🤢
      😎
      😞
      😡
      👍
      👎