Skip to content
Indra Wahyu edited this page Apr 3, 2024 · 11 revisions

Installation

For first, clone this repository or just download from release page.

git clone https://github.com/bukanspot/sbash.git

Go to cloned directory.

cd sbash

Give access to execute install.sh file.

chmod +x install.sh

Install

To install this script use install.sh file.

./install.sh

Update

To update the installation use install.sh file from source directory or downloaded directory.

./install.sh

This work if the ~/.sbash/ directory is detected

Reinstall

To reinstall this script use [clean] option.

./install clean

Do this from source file cloned directory or downloaded file directory (not in installation directory)

Uninstall

To uninstall this script use [remove] option.

./install.sh remove

Or just use ./install.sh from installation directory, it will give question to uninstall.

Clone this wiki locally