Fixed typo

This commit is contained in:
Sebastian 2024-08-29 23:53:22 +02:00
parent a084460ffa
commit 542f96e2cc

View file

@ -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