diff --git a/.install_packages.sh.swp b/.install_packages.sh.swp deleted file mode 100644 index da822b3..0000000 Binary files a/.install_packages.sh.swp and /dev/null differ diff --git a/root.sh b/root.sh index 9196a9b..3fd01b3 100755 --- a/root.sh +++ b/root.sh @@ -1,5 +1,5 @@ #!/bin/bash -pacman -S --noconfirm dialog || (echo "Error at script start: Are you sure you're running this as the root user? Are you sure you have an internet connection?" && exit) +pacman -S --noconfirm --needed dialog || (echo "Error at script start: Are you sure you're running this as the root user? Are you sure you have an internet connection?" && exit) RED='\033[0;31m' BLUE='\033[0;34m' NC='\033[0m'