robinpaulson / SimpleRT

Simple Reverse Tethering utility for Android
GNU General Public License v3.0
905 stars 101 forks source link

[NOT AN ISSUE] AUR package #19

Closed AnatolyRugalev closed 7 years ago

AnatolyRugalev commented 7 years ago

Hi!

I'm tired of making systemd units for simple-rt every time, so I decided to make an AUR package for it. Any Arch Linux user now can easily install it this way:

yaourt -S simple-rt
sudo systemctl enable simple-rt
sudo systemctl start simple-rt

https://aur.archlinux.org/packages/simple-rt

I had to make dirty hack to replace eth0 interface name in iface_up script, but in my case it works fine. I can add you as co-maintainer if you want so.

Thank you for your work 👍

vvviperrr commented 7 years ago

thanks for respond and contributing :)

btw, there is new version, now u can pass interface name in command line.

AnatolyRugalev commented 7 years ago

@vvviperrr nice, it's much better now. I updated package already