feat: implemented the whole process

This commit is contained in:
Didier Slof 2023-07-13 22:47:09 +02:00
parent 4bd99c44ec
commit e5cbd9f9e5
Signed by: didier
GPG key ID: 01E71F18AA4398E5
9 changed files with 64 additions and 25 deletions

View file

@ -0,0 +1,3 @@
#!/bin/sh
printf ""

View file

@ -1,7 +1,9 @@
#!/bin/sh
fetch_latest_version() {
printf ""
}
download_file() {
printf ""
}