From ef0aab26b99f90005b93aa7c7ef99ad3107cf162 Mon Sep 17 00:00:00 2001 From: "Christopher A. Mosher" Date: Sat, 28 Sep 2024 19:01:54 -0400 Subject: [PATCH] fix ref to apple2sys --- share/Resources/apple/fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/Resources/apple/fetch.sh b/share/Resources/apple/fetch.sh index 2c70ccf..2b15273 100755 --- a/share/Resources/apple/fetch.sh +++ b/share/Resources/apple/fetch.sh @@ -2,7 +2,7 @@ curl -LO https://github.com/cmosher01/Apple-II-System-Masters/releases/download/v1.1.0/apple2sysmas.zip unzip apple2sysmas.zip -curl -LO https://github.com/cmosher01/Apple-II-Source/releases/download/v1.2.1/apple2sys.zip +curl -LO https://github.com/cmosher01/Apple-II-Source/releases/download/1.2.1/apple2sys.zip unzip apple2sys.zip mkdir stage