Openmptcprouter: Create a debian repo for all OpenMPTCProuter VPS utils

Created on 15 Mar 2019  路  8Comments  路  Source: Ysurac/openmptcprouter

This can make VPS install/update faster and mirrors can be created easily.

enhancement

Most helpful comment

Debian packages for Shadowsocks-libev with nocrypto patch, obfs plugin, glorytun-tcp and glorytun-udp are done.
Need v2ray-plugin package and to modify VPS install script.

All 8 comments

Debian packages for Shadowsocks-libev with nocrypto patch, obfs plugin, glorytun-tcp and glorytun-udp are done.
Need v2ray-plugin package and to modify VPS install script.

How about kernels

It will be in the repo to.

A alpha version of the script using debian package is available here :
wget -O - http://www.openmptcprouter.com/server/debian9-x86_64-bin.sh | sh

I quickly used it on my one and only VPS instance, it seems to work :)
The script is definitely much cleaner/shorter than the previous one. It will also be easier to know what to do about system updates (sometimes I was a bit unsure when seeing some system updates of components built manually).
One minor comment: I'm not very comfortable with the various hard/forced removals of the dpkg and apt lock files.

I commented the remove of lock files, should not be needed in most case.
But for dpkg options "force-overwrite",... they are needed when a user use this script to update a VPS where previous script was used.

So a few comments (I'm using the script on the VPS I previously setup with the former "manual" script):

  • it seems to work quite well as I'm using that VPS for everything :)
  • running the script multiple times breaks on rm /etc/kernel-img.conf (need a -f or a test or handling of error)
  • this morning I tried to update and it broke when trying to update shadowsocks-libev as it conflicts with omr-shadowsocks-libev. So I removed shadowsocks-libev.
  • I added the "-f"
  • I will force remove of shadowsocks-libev, this can't be used with omr-shadowsocks-libev (that have the nocrypto patch and some changes in configuration)
Was this page helpful?
0 / 5 - 0 ratings

Related issues

rifaterdemsahin picture rifaterdemsahin  路  13Comments

Rwestrem picture Rwestrem  路  6Comments

ndaptardar picture ndaptardar  路  3Comments

videoPi4 picture videoPi4  路  9Comments

Adorfer picture Adorfer  路  11Comments