From 4f6325e3e9136e626a76b0f21f4a970bde106953 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Tue, 19 May 2020 13:29:48 +0200 Subject: /home/gramos -> ~ --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 75113b1..01f8441 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ #!/bin/sh -mkdir -p /home/gramos/s6/services -stow --no-folding --ignore='.*\.sh' -t /home/gramos/s6/services . +mkdir -p ~/s6/services +stow --no-folding --ignore='.*\.sh' -t ~/s6/services . -- cgit v1.2.3