diff --git a/install.sh b/install.sh index 6a617ef..73cf36f 100755 --- a/install.sh +++ b/install.sh @@ -84,8 +84,8 @@ make_intro () { " ${C3}- On Arch Linux, updates and installs packages via Pacman\n"\ " ${C3}- On Debian Linux, updates and installs packages via apt get\n"\ " ${C3}- On Linux desktop systems, prompt to install desktop apps via Flatpak\n"\ - " ${C3}- Checks that OS is up-to-date and criticial patches are installed\n"\ - "${C2}(4) Configure sytstem\n"\ + " ${C3}- Checks that OS is up-to-date and critical patches are installed\n"\ + "${C2}(4) Configure system\n"\ " ${C3}- Setup Vim, and install / update Vim plugins via Plug\n"\ " ${C3}- Setup Tmux, and install / update Tmux plugins via TPM\n"\ " ${C3}- Setup ZSH, and install / update ZSH plugins via Antigen\n"\ @@ -227,7 +227,7 @@ function setup_dot_files () { # If git clone / pull failed, then exit with error if ! test "$?" -eq 0; then - echo -e >&2 "${RED_B}Failed to fetch dotfiels from git${RESET}" + echo -e >&2 "${RED_B}Failed to fetch dotfiles from git${RESET}" terminate fi @@ -425,7 +425,7 @@ fi # Let's Begin! pre_setup_tasks # Print start message, and check requirements are met -setup_dot_files # Clone / updatae dotfiles, and create the symlinks +setup_dot_files # Clone / update dotfiles, and create the symlinks install_packages # Prompt to install / update OS-specific packages apply_preferences # Apply settings for individual applications finishing_up # Refresh current session, print summary and exit diff --git a/scripts/installs/arch-pacman.sh b/scripts/installs/arch-pacman.sh index 0f3ebb5..02a3d89 100755 --- a/scripts/installs/arch-pacman.sh +++ b/scripts/installs/arch-pacman.sh @@ -124,7 +124,7 @@ echo -e "${CYAN_B}Would you like to update package database? (y/N)${RESET}\n" read -t $PROMPT_TIMEOUT -n 1 -r echo if [[ $REPLY =~ ^[Yy]$ ]]; then - echo -e "${PURPLE}Updating dadatbase...${RESET}" + echo -e "${PURPLE}Updating database...${RESET}" sudo pacman -Syy --noconfirm fi diff --git a/scripts/installs/debian-apt.sh b/scripts/installs/debian-apt.sh index 2ae4042..743cab2 100755 --- a/scripts/installs/debian-apt.sh +++ b/scripts/installs/debian-apt.sh @@ -159,7 +159,7 @@ echo -e "${CYAN_B}Would you like to update package database? (y/N)${RESET}\n" read -t $PROMPT_TIMEOUT -n 1 -r echo if [[ $REPLY =~ ^[Yy]$ ]]; then - echo -e "${PURPLE}Updating dadatbase...${RESET}" + echo -e "${PURPLE}Updating database...${RESET}" sudo apt update fi diff --git a/scripts/installs/flatpak.sh b/scripts/installs/flatpak.sh index 72c6d51..87e786b 100644 --- a/scripts/installs/flatpak.sh +++ b/scripts/installs/flatpak.sh @@ -4,7 +4,7 @@ # Linux Desktop Application Installations via Flatpak # ###################################################################### # This script will: # -# - Check that Flatpak is installed / promt to install # +# - Check that Flatpak is installed / prompt to install # # - Update currently installed Flatpak apps from FlatHub # # - Check app not already installed via system package manager # # - Then install any not-yet-installed that are apps listed # diff --git a/scripts/installs/windows.sh b/scripts/installs/windows.sh index 3f052d1..b34289a 100644 --- a/scripts/installs/windows.sh +++ b/scripts/installs/windows.sh @@ -39,7 +39,7 @@ winget_apps=( 'Keybase.Keybase' 'KeePassXCTeam.KeePassXC' - # Netowking + # Networking 'WiresharkFoundation.Wireshark' 'angryziber.AngryIPScanner'