diff options
author | Jesús <heckyel@hyperbola.info> | 2019-07-30 21:25:11 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-07-30 21:25:11 -0500 |
commit | 9091410a1d4b6c5018b64f50dce2c099b5e3390e (patch) | |
tree | 107a09ecaf4aac102138d429676b302f61b5bd5a | |
parent | 5a2afa1332cdbb71b4b9f35bc9d129ac8a3c62f9 (diff) | |
download | i3-config-9091410a1d4b6c5018b64f50dce2c099b5e3390e.tar.lz i3-config-9091410a1d4b6c5018b64f50dce2c099b5e3390e.tar.xz i3-config-9091410a1d4b6c5018b64f50dce2c099b5e3390e.zip |
install.sh: minor fix
-rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ do fi # Install i3config - printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Cloning i3config...' '\e[m' + printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Cloning i3-config...' '\e[m' git clone "$URL" "/tmp/i3config/" --depth=1 printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Copying images...' '\e[m' |