summarylogtreecommitdiffstats
path: root/netinstall.sh
diff options
context:
space:
mode:
authorChristian Hesse2022-06-07 12:23:53 +0200
committerChristian Hesse2022-06-07 12:23:53 +0200
commit60e4d5008050451aa0954be99960354c995bac8e (patch)
treee6e5e01c90dbaf130a14798a25e5d123d8a777ea /netinstall.sh
parent876c62f0f58f04dd45c5e2a6ee2f90264be92d67 (diff)
downloadaur-60e4d5008050451aa0954be99960354c995bac8e.tar.gz
commit netinstall 7.3-1
Diffstat (limited to 'netinstall.sh')
-rw-r--r--netinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/netinstall.sh b/netinstall.sh
index 06cb03c6a4ff..033a87a382ee 100644
--- a/netinstall.sh
+++ b/netinstall.sh
@@ -71,4 +71,4 @@ ip link set dev "${INTERFACE}" netns netinstall
ip netns exec netinstall ip addr add 192.168.88.2/24 dev "${INTERFACE}"
ip netns exec netinstall ip link set dev "${INTERFACE}" up
ip netns exec netinstall ip route add default dev "${INTERFACE}"
-ip netns exec netinstall /usr/lib/netinstall/netinstall "${OPTIONS[@]}" -a 192.168.88.1 "${PACKAGES[@]}"
+ip netns exec netinstall /usr/lib/netinstall/netinstall-cli "${OPTIONS[@]}" -a 192.168.88.1 "${PACKAGES[@]}"