sudomesh / exitnode

Configuration, script and instructions for exit nodes.
7 stars 6 forks source link

Fixes for ubuntu 18.04 #20

Open bennlich opened 5 years ago

bennlich commented 5 years ago

cc @Jnull

create_exitnode.sh fails on 18.04 with:

W: --force-yes is deprecated, use one of the options starting with --allow instead.
E: Unable to locate package linux-image-extra-4.15.0-45-generic
E: Couldn't find any package by glob 'linux-image-extra-4.15.0-45-generic'
E: Couldn't find any package by regex 'linux-image-extra-4.15.0-45-generic'

because linux-image-extra is now linux-modules-extra

See: https://askubuntu.com/questions/1082472/how-can-i-resolve-this-problem-unable-to-locate-package-linux-image-extra-4-15#

ghost commented 5 years ago

I fix dependency package names which changed like iproute to iproute2. I'll make a pull request when i'm done editing the structure and Nomenclature.

https://github.com/Jnull/exitnode/tree/Ubuntu-18.04