Skip to content

Instantly share code, notes, and snippets.

@OkashiOdayakana
Created May 18, 2017 01:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OkashiOdayakana/e8736b7b944ab2fba566e1d9bb957b0c to your computer and use it in GitHub Desktop.
Save OkashiOdayakana/e8736b7b944ab2fba566e1d9bb957b0c to your computer and use it in GitHub Desktop.
OwO.sh Getting-Started

Getting Started with OwO.sh

The URL Shortener / File Uploader by @OkashiOdayakana and @Jakeoid

Debian/Ubuntu

  • Go to your terminal and run
sudo add-apt-repository "deb https://fourchin.net/repo trusty main"

to add the owo.sh repository to your sources.list

  • Add the owo.sh repository key by running
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B106DF8A82A6F84E
  • Run
sudo apt-get update

To update your package repository list.

  • Finally, run
sudo apt-get install owo-cli

To install owo.sh.

Arch Linux

  • Use your favorite AUR helper to install owo-cli (ex yaourt)
yaourt -S owo-cli

or

  • Download the package from the AUR:
wget https://aur.archlinux.org/cgit/aur.git/snapshot/owo-cli.tar.gz
  • Extract it:
tar zxvf owo-cli.tar.gz && cd owo-cli
  • And build:
makepkg -sri

Other Distros

  • Clone the git repository:
git clone https://github.com/whats-this/owo.sh.git && cd owo.sh
  • Make the scripts executable:
chmod +x script.sh setup.sh
  • Run the setup:
./setup.sh
@otistheandroid
Copy link

uwu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment