Skip to content

Commit b726cd1

Browse files
committed
Fix Enter a number (default=1): error: invalid number: y by pegging extra/jack over jack
1 parent 1380481 commit b726cd1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CREDITS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,11 @@ This project now uses the fantastic OpenCore bootloader from the community OpenC
113113
[@martinmullins](https://github.com/martinmullins) Notes for mounting an NFS folder from a linux host #392
114114

115115
[@kimjammer](https://github.com/kimjammer) Readme - Added instructions for using WSLg's built in X11 server #395
116+
117+
[@jk2K](https://github.com/jk2K) fix: support dynamic change of Base image #408
118+
119+
[@MikeCoder96](https://github.com/MikeCoder96) Update README.md with WSL how to #412
120+
121+
[@aslafy-z](https://github.com/aslafy-z) chore(docs): update helm requirements list style #420
122+
123+
@Mhartig - Worked out issue `Enter a number (default=1): error: invalid number: y`

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ RUN touch enable-ssh.sh \
140140
141141
# RUN yes | sudo pacman -Syu qemu libvirt dnsmasq virt-manager bridge-utils edk2-ovmf netctl libvirt-dbus --overwrite --noconfirm
142142
143-
RUN yes | sudo pacman -Syu bc qemu libvirt dnsmasq virt-manager bridge-utils openresolv jack ebtables edk2-ovmf netctl libvirt-dbus wget --overwrite --noconfirm \
143+
RUN yes | sudo pacman -Syu bc qemu libvirt dnsmasq virt-manager bridge-utils openresolv extra/jack ebtables edk2-ovmf netctl libvirt-dbus wget --overwrite --noconfirm \
144144
&& yes | sudo pacman -Scc
145145
146146
WORKDIR /home/arch/OSX-KVM

0 commit comments

Comments
 (0)