diff options
Diffstat (limited to 'stowcmds.sh')
-rwxr-xr-x | stowcmds.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stowcmds.sh b/stowcmds.sh index 974e84f..4b6eb13 100755 --- a/stowcmds.sh +++ b/stowcmds.sh @@ -28,7 +28,7 @@ case "$MACH" in ;; "server" | "s") mkdir -p "$HOME/bin" - stow -d bin/ -t "$HOME/bin" -R common + stow -d bin/ -t "$HOME/bin" -R common serverscripts mkdir -p "$HOME/.config" stow -d config/ -t "$HOME/.config" -R essentials common stow -d config/ -t "$HOME/" -R home |