Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zakame/outline-client-slackbuild
Outline VPN client for Slackware
https://github.com/zakame/outline-client-slackbuild
package slackbuilds slackware vpn-client
Last synced: 11 days ago
JSON representation
Outline VPN client for Slackware
- Host: GitHub
- URL: https://github.com/zakame/outline-client-slackbuild
- Owner: zakame
- Created: 2020-03-06T06:11:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T06:22:48.000Z (almost 5 years ago)
- Last Synced: 2024-11-05T21:32:39.355Z (about 2 months ago)
- Topics: package, slackbuilds, slackware, vpn-client
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
outline-client (cross-platform VPN or proxy client via Shadowsocks)
-------------------------------------------------------------------Here's how to install outline-client on Slackware.
First, fetch the Outline-Client.AppImage:
https://github.com/Jigsaw-Code/outline-client/releases/download/linux-v1.0.9/Outline-Client.AppImage
Then, with this AppImage in the same directory as the
outline-client.SlackBuild script, run the script as root to convert the
AppImage to a Slackware .txz:VERSION=1.0.9 ./outline-client.SlackBuild
Change the VERSION value to the same release number as the package as
needed.This will produce a Slackware compatible .txz package. The exact
version number in the package filename will depend on the version of
Outline-Client specified, but it will be something like:
outline-client-1.0.9-x86_64-1zakame.txzYou'll find the output package in the /tmp directory.
Then, install the package (again as root):
cd /tmp
upgradepkg --install-new outline-client-1.0.9-x86_64-1zakame.txzDo note that this installs the OutlineProxyController daemon, but you
need to start it before running the outline-client application:chmod +x /etc/rc.d/rc.outline-proxy
/etc/rc.d/rc.outline-proxy startEnjoy! :-)