diff options
Diffstat (limited to '_screencasts')
-rw-r--r-- | _screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.md b/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.md index 05039a7..92a79c2 100644 --- a/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.md +++ b/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.md @@ -42,7 +42,7 @@ The commands from the screencast were[^script-command]: ```shell pushd `mktemp -d` -git clone https://euandreh.xyz/autoqemu.git . +git clone https://euandre.org/git/autoqemu . make make install PREFIX=$HOME/.local autoqemu ssh alpine |