mirror of
https://github.com/aclist/dztui.git
synced 2026-08-29 03:06:56 +02:00
chore: remove old shell script
Some checks failed
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
Some checks failed
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
This commit is contained in:
parent
3f6c7008ae
commit
88ebbf4b49
@ -1,9 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
echo "$PWD"
|
|
||||||
url="https://github.com/ofek/pyapp/releases/latest/download/source.tar.gz"
|
|
||||||
output="${PWD}/pyapp-source.tar.gz"
|
|
||||||
curl "$url" -Lo "$output"
|
|
||||||
tar -xzf "$output"
|
|
||||||
mv ${PWD}/pyapp-v* ${PWD}/pyapp-latest
|
|
||||||
rm "$output"
|
|
||||||
Loading…
Reference in New Issue
Block a user