From 490b1e8ec0a4bf5e7c446ad932615f5dc6944651 Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Wed, 8 Jan 2025 22:18:41 -0500 Subject: [PATCH] additional errors fixed --- install_ubuntu.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/install_ubuntu.sh b/install_ubuntu.sh index 85695dc..a40f5f0 100755 --- a/install_ubuntu.sh +++ b/install_ubuntu.sh @@ -62,10 +62,6 @@ popshell() { meetings() { mkdir -p "$HOME/repos" - # install skype - curl https://go.skype.com/skypeforlinux-64.deb -LJo "$HOME/repos/skypeforlinux.deb" - sudo apt install "$HOME/repos/skypeforlinux.deb" -y - # install zoom curl https://zoom.us/client/latest/zoom_amd64.deb -LJo "$HOME/repos/zoomus.deb" sudo apt install "$HOME/repos/zoomus.deb" -y @@ -90,8 +86,7 @@ dotfiles() { run "$HOME/.tmux/plugins/tpm/scripts/install_plugins.sh" \; \ kill-session || exit 1 mkdir -p "$HOME/.local/bin" || exit 1 - cp -r "$DIR/scripts/." "$HOME/.local/bin/" || exit 1 - go install github.com/junikimm717/tmuxs || exit 1 + go install github.com/junikimm717/tmuxs@latest || exit 1 } neovim() {