start install script with typst
This commit is contained in:
commit
ce52a1d155
1 changed files with 11 additions and 0 deletions
11
install.sh
Executable file
11
install.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
||||||
|
# install typst
|
||||||
|
echo "Installing Typst"
|
||||||
|
echo " - Downloading Typst binary archive..."
|
||||||
|
wget -nv https://github.com/typst/typst/releases/download/v0.13.1/typst-aarch64-unknown-linux-musl.tar.xz 1> /dev/null 2> /dev/null
|
||||||
|
echo " - Extracting archive..."
|
||||||
|
tar -xf typst-aarch64-unknown-linux-musl.tar.xz typst-aarch64-unknown-linux-musl/
|
||||||
|
echo " - Cleanup..."
|
||||||
|
mv typst-aarch64-unknown-linux-musl/typst ./typst
|
||||||
|
rm -rf typst-aarch64-unknown-linux-musl/
|
||||||
|
rm typst-aarch64-unknown-linux-musl.tar.xz
|
||||||
|
echo " - Done."
|
||||||
Loading…
Add table
Add a link
Reference in a new issue