mirror of
https://github.com/YunoHost-Apps/penpot_ynh.git
synced 2024-09-03 19:56:56 +02:00
Fixed babashka?
This commit is contained in:
parent
61d7468576
commit
2f35554e04
2 changed files with 2 additions and 1 deletions
|
@ -61,6 +61,7 @@ ram.runtime = "50M"
|
|||
amd64.sha256 = "89431b0659e84a468da05ad78daf2982cbc8ea9e17f315fa2e51fecc78af7cc0"
|
||||
arm64.url = "https://github.com/babashka/babashka/releases/download/v1.3.188/babashka-1.3.188-linux-aarch64-static.tar.gz"
|
||||
arm64.sha256 = "417280537b20754b675b7552d560c4c2817a93fbcaa0d51e426a1bff385e3e47"
|
||||
in_subdir = false
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ popd
|
|||
|
||||
ynh_secure_remove --file=$tmp_dir
|
||||
|
||||
ynh_setup_source --dest_dir="$install_dir/babashka" --source_id="babashka" --in_subdir=false
|
||||
ynh_setup_source --dest_dir="$install_dir/babashka" --source_id="babashka"
|
||||
|
||||
export PATH=$install_dir/clojure/bin:$install_dir/babashka:$PATH
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue