mirror of
https://github.com/digarok/install-cadius-action.git
synced 2024-10-31 18:04:28 +00:00
2
This commit is contained in:
parent
b72df126a5
commit
2af58b6334
@ -11,8 +11,9 @@ cadius createvolume $INPUT_VOLUME_PATH $INPUT_VOLUME_NAME $INPUT_VOLUME_SIZE
|
||||
if [ "$INPUT_INCLUDE_PRODOS" = "true" ]; then
|
||||
echo "Grabbing ProDOS 2.4.2"
|
||||
curl -k -L https://mirrors.apple2.org.za/ftp.apple.asimov.net/images/masters/prodos/ProDOS_2_4_2.dsk -o ProDOS_2_4_2.dsk
|
||||
git clone https://github.com/digarok/dsk2po.git
|
||||
python3 dsk2po.py ProDOS_2_4_2.dsk
|
||||
#git clone https://github.com/digarok/dsk2po.git
|
||||
curl -k -L https://raw.githubusercontent.com/digarok/dsk2po/master/dsk2po.py -o dsk2po.py
|
||||
python dsk2po.py ProDOS_2_4_2.dsk
|
||||
cadius extractfile ProDOS_2_4_2.po /PRODOS.2.4.2/PRODOS .
|
||||
cadius extractfile ProDOS_2_4_2.po /PRODOS.2.4.2/BASIC.SYSTEM .
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user