mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-03 22:08:14 +00:00
text fixes, remove unrequired todos, gamedev fixes, fixes
This commit is contained in:
parent
86f72b810e
commit
3246e1c08c
6 changed files with 12 additions and 13 deletions
|
|
@ -9,7 +9,6 @@
|
|||
become: true
|
||||
ansible.builtin.unarchive:
|
||||
remote_src: true
|
||||
# TODO: insert v before version ??
|
||||
src: "https://github.com/typst/typst/releases/download/{{ typst_version.tag }}/typst-x86_64-unknown-linux-musl.tar.xz"
|
||||
dest: "/usr/bin/"
|
||||
keep_newer: true
|
||||
|
|
@ -30,7 +29,6 @@
|
|||
become: true
|
||||
ansible.builtin.unarchive:
|
||||
remote_src: true
|
||||
# TODO: insert v before version ??, rc ??
|
||||
src: "https://github.com/Myriad-Dreamin/tinymist/releases/download/{{ tinymist_version.tag }}/tinymist-x86_64-unknown-linux-gnu.tar.gz"
|
||||
dest: "/usr/bin/"
|
||||
mode: a+x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue