This commit is contained in:
Dagen Brock 2020-03-04 09:40:53 -06:00
parent d9e75e639e
commit 64996b30e8
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
CADZIP=https://github.com/digarok/cadius/releases/download/0.0.0/cadius-ubuntu-latest-0.0.0.zip
curl -L $CADZIP -o cadius.zip
unzip cadius.zip
unzip -n cadius.zip
mv cadius /usr/bin
cadius createvolume $INPUT_VOLUME_PATH $INPUT_VOLUME_NAME $INPUT_VOLUME_SIZE
@ -16,4 +16,4 @@ if [ "$INPUT_INCLUDE_PRODOS" == true ]; then
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
ls