Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Void beta #43

Merged
merged 11 commits into from Jan 6, 2020
Prev
Fix a shortcode.
All set for release
  • Loading branch information
beanpole135 committed Jan 6, 2020
commit 4130cea6b2268746e31825c9290e6cc15940cfee
@@ -1,6 +1,6 @@
{{ $baseurl := (.Get 0) }}
{{ $release_type := (.Get 1) }}
{{ $data := getJSON (print $manifest "manifest.json") }}
{{ $data := getJSON (print $baseurl "manifest.json") }}

{{ $iso_url := print "https://project-trident.org/void/" $data.iso_file }}
{{ $sig_url := print $baseurl $data.signature_file }}