From 8ca8653a21b4e56ef877ada632e73bd47d451dcd Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 22 Feb 2026 22:10:03 +0000 Subject: [PATCH] Delete .local/bin/setup/installdice --- .local/bin/setup/installdice | 42 ------------------------------------ 1 file changed, 42 deletions(-) delete mode 100755 .local/bin/setup/installdice diff --git a/.local/bin/setup/installdice b/.local/bin/setup/installdice deleted file mode 100755 index 2b96174..0000000 --- a/.local/bin/setup/installdice +++ /dev/null @@ -1,42 +0,0 @@ -#! /bin/bash -# -# Dice (Discrete Integrated Circuit Emulator) is an emulation engine for very -# old arcade games that did not have a CPU. This emulator accurately simulates -# the logic gates on the board. - -doas pacman --noconfirm --needed -S wine winetricks - -winetricks - -doas mkdir /opt/DICE - -dir=$(mktemp -d) - -wget https://netix.dl.sourceforge.net/project/dice/DICE/DICE%200.9/dice.0.9.win.x64.zip -O ${dir}/dice.zip - -doas unzip -qq ${dir}/dice.zip -d /opt/DICE - -doas touch /opt/DICE/dice.sh -doas tee /opt/DICE/dice.sh <