Skip to content
Soulsender edited this page Feb 27, 2023 · 4 revisions

Welcome to the SkeletonKey wiki!

Installation

What Linux distributions are supported?

  • Debian
    • Raspbian (Raspberry Pi OS)
    • Parrot
    • Ubuntu
    • Kali
    • Mint
    • Elementary OS
    • Zorin
    • MX
    • Pop
    • Deepin
  • Arch
    • Manjaro
    • Garuda
    • Artix
    • EndeavourOS
    • ArcoLinux
    • RebornOS
  • Void

Unsupported Distros

What Linux distributions are not supported?

  • With any unsupported distro, you can use --unsupported-distro on install.sh.
  • In addition, you will need to install:
    • System Packages:
      • Python3
      • Python Pip
    • Python Packages:
      • After installing python pip, use pip3 install -r requirements.txt

Unsupported Shells

What shells are supported?

  • bash
  • zsh

What shells are not supported?

  • With any unsupported shell, you can use --unsupported-shell on install.sh.
  • In addition, you will need to execute the command:
echo "export SkeletonKey_PATH="~/.SkeletonKey" && alias key="python3 ~/.SkeletonKey/main.py"" >> ~/.rc
Clone this wiki locally