From 542f96e2cc2be57fc2184948d2ef12245693905d Mon Sep 17 00:00:00 2001 From: Sebastian Burschel Date: Thu, 29 Aug 2024 23:53:22 +0200 Subject: [PATCH] Fixed typo --- .config/yadm/bootstrap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 26aebf4..b1e4053 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -3,7 +3,7 @@ ############# Packages to install ######################################## -macos_homebrew_essentials="python3 vim-nox tmux nano zsh git autossh mosh sshuttle lynx npm tidy" +macos_homebrew_essentials="python3 vim-nox tmux nano zsh git autossh mosh sshuttle lynx npm tidy mcfly ack ncdu" macos_homebrew_other_apps="calibre" raspberrypi_essentials="python3 python3-pip vim-nox python3-venv tmux nano zsh git htop ncdu autossh mosh sshuttle fail2ban avahi-daemon ufw lynx npm ssmtp apticron tidy nmon software-properties-common ack restic unrar" raspberrypi_printer="cups printer-driver-gutenprint" @@ -67,9 +67,9 @@ if [ "$system_type" = "Linux" ]; then fi - if [[ -n "${test}" ]]; then + if [[ -n "${install_this_now}" ]]; then echo "Packages will be installed now!" - sudo apt update && sudo apt install $isntall_this_now + sudo apt update && sudo apt install $install_this_now fi fi