Update qalc so that it actually installs

This commit is contained in:
Segcolt 2024-09-20 10:16:55 -03:00
parent 9680286335
commit 5c609d23c4

View File

@ -89,4 +89,5 @@ sed -i '0,/catppuccin_macchiato/s//catppuccin_mocha/' $HOME/.config/starship.tom
# Download and install qalc # Download and install qalc
QALC_VER=5.2.0 QALC_VER=5.2.0
curl -sSL https://github.com/Qalculate/libqalculate/releases/download/v${QALC_VER}/qalculate-${QALC_VER}-x86_64.tar.xz > qalc.tar.xz curl -sSL https://github.com/Qalculate/libqalculate/releases/download/v${QALC_VER}/qalculate-${QALC_VER}-x86_64.tar.xz > qalc.tar.xz
tar xvJf qalc.tar.xz qalc -C ~/.local/bin tar xvJf qalc.tar.xz
mv qalculate-${QUALC_VER}/qalc $HOME/.local/bin