instow

:)
git clone https://git.sr.ht/~ashymad/instow
Log | Files | Refs | LICENSE

commit be73b033b617adf7f9c5e9b151b931aa488ebce4
parent 20d218e6e62eff7db086afa6a37492c75e31af0a
Author: Ashymad <szymon.mikulicz@posteo.net>
Date:   Wed, 25 Mar 2026 00:29:33 +0100

Fix build

Diffstat:
M.build.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -6,5 +6,5 @@ packages: - stow tasks: - build: | - cd instowl - PATH="$PATH:$HOME/.local/bin" ./bootstrap.sh + cd instow + ./bootstrap.sh