(Arm64/IPv6-only)
This guide describes how to install Void Linux on ARM Hetzner Cloud instances with IPv6-only setup.
Table of contents:
(Arm64/IPv6-only)
This guide describes how to install Void Linux on ARM Hetzner Cloud instances with IPv6-only setup.
Table of contents:
| function extract | |
| if test $argv && test -e $argv | |
| switch $argv | |
| case '*.tar.bz2' | |
| tar xjf $argv | |
| case '*.tar.gz' | |
| tar xzf $argv | |
| case "*.bz2" | |
| bunzip2 $argv | |
| case "*.rar" |