(#) : Run as root
($) : Run as normal user
- Get the latest version from the releases page
NOTE: You can directly get a package from the AUR
# pacman -S ruby ruby-bundler
$ bundler install
# apt-get install ruby bundler
$ bundler install
To install the passtrust
binary on your $PATH
, run the following after running your distro-specific commands:
$ cd install-scripts
# ./linux-install
After the install script is completed, you should be able to use passtrust like any other command:
$ passtrust
- Get the Termux app from Google Play or FDroid.
Open the termux app and run the following commands:
$ apt install git ruby
$ git clone https://github.com/xorond/passtrust
$ cd passtrust
$ gem install bundler
$ bundle install
You can then run passtrust inside that directory with ruby passtrust
. If you want to install it on your $PATH
, run the following after the ones above:
$ cd install-scripts
$ ./android-install
You should now be able to use passtrust like any other command.
-
Install Ruby
-
Get the latest release from the releases page
-
Extract the zip file
-
gem install bundler
and thenbundle install --without optional
inside the extracted directory -
ruby passtrust
should work now.