From f1d70505785c1eacbdb361cf0a7f00159c969f23 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 2 Mar 2021 17:10:15 -0300 Subject: AutoQEMU screencast: Remove ./configure in favor of plain Makefile --- ...7-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_screencasts') 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 a6ca4c4..19af37f 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 @@ -31,8 +31,8 @@ The commands from the screencast were[^script-command]: ```shell pushd `mktemp -d` git clone https://git.euandreh.xyz/autoqemu . -./configure --prefix=$HOME/.local -make install +make +make install PREFIX=$HOME/.local autoqemu ssh alpine ``` -- cgit v1.2.3