aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 4f3b577..16279eb 100755
--- a/install.sh
+++ b/install.sh
@@ -6,7 +6,7 @@ cd "$currentDir"
## Install necessary desktop packages
source "$currentDir/packages/pkg_desktop.sh"
source "$currentDir/packages/pkg_utils.sh"
-sudo pacman -S --needed "${pkg_desktop[@]}" "${pkg_utils[@]}"
+sudo pacman -Sy --needed "${pkg_desktop[@]}" "${pkg_utils[@]}"
## Install dev tools
read -rp "Do you wish to install development tools? [y/N]" install_dev_tools