From b2231b015f2f1e2c19f8732b64d7439ddf3665bc Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Tue, 2 May 2023 23:53:07 +0200 Subject: [PATCH] Update 'install.sh' --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6489868..d98785a 100644 --- a/install.sh +++ b/install.sh @@ -300,7 +300,7 @@ apt_install tmux download_config tmux tmux.conf https://git.cbeck.tech/kamu/dotfiles/raw/branch/main/.tmux.conf download_config tmux tmux.theme https://git.cbeck.tech/kamu/dotfiles/raw/branch/main/.tmux.theme download_config tmux myip.sh https://git.cbeck.tech/kamu/dotfiles/raw/branch/main/myip.sh -sudo chmod +x ${CONFIG_HOME}/tmux/myip.sh +sudo chmod +x ${CONFIG_PATH}/tmux/myip.sh install_rc tmux https://git.cbeck.tech/kamu/dotfiles/raw/branch/main/.tmux.rc git_clone "https://github.com/tmux-plugins/tpm" "$HOME/.tmux/plugins/tpm"