Skip to content

v1.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Oct 21:48
· 4 commits to main since this release

Installation

Ubuntu/Debian

wget https://github.com/mart337i/sx/releases/download/v1.0.1/sx_1.0.1-1_all.deb
sudo dpkg -i sx_1.0.1-1_all.deb
sudo apt-get install -f

Fedora/RHEL/Rocky/Alma

wget https://github.com/mart337i/sx/releases/download/v1.0.1/sx-1.0.1-1.fc*.noarch.rpm
sudo dnf install sx-1.0.1-1.fc*.noarch.rpm

openSUSE

wget https://github.com/mart337i/sx/releases/download/v1.0.1/sx-1.0.1-1.*.noarch.rpm
sudo zypper install sx-1.0.1-1.*.noarch.rpm

Arch Linux

# Install from AUR
yay -S sx
# or
paru -S sx

From source

git clone https://github.com/mart337i/sx.git
cd sx
./install.sh

What's Changed

See CHANGELOG for details.