diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-09-20 11:58:08 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-09-20 12:58:58 -0700 |
| commit | 2c72339984b4bda78baf480302a76be22737fc7c (patch) | |
| tree | 8c38e8c9eabc2a456529e48715e8a22bfd36a2cd | |
| parent | 530c5d0dbcdcab35db43acaae50be559785e3620 (diff) | |
| -rw-r--r-- | PKGBUILD | 1 | ||||
| -rw-r--r-- | README.md | 7 |
2 files changed, 7 insertions, 1 deletions
@@ -19,7 +19,6 @@ backup=() options=() changelog= source=("$url/archive/refs/tags/$pkgver.zip") -#source=("konaste-linux-v${pkgver}.tar.gz") noextract=() sha256sums=('9f0e083bcb985120e733cf200e5ac4db498816671877a6acc72be25d6610587a') validpgpkeys=() @@ -8,6 +8,13 @@ kshook is a network forwarder for scores obtained on SDVX KONASTE, and is primar > [!IMPORTANT] > kshook-wine assumes that you already have SDVX KONASTE installed and it is in a playable state. If you haven't already done this, I suggest using the [konaste-linux](https://github.com/mizztgc/konaste-linux) which streamlines WINE setup and launching +Download the `kshook-wine` script directly from this repository + +Alternatively if you are on an Arch-based operating system you can also download the script through the AUR +```bash +yay -S kshook-wine +``` + ## Setup An interactive setup tool is available via running ```bash |
