aboutsummaryrefslogtreecommitdiff
path: root/install/install_arch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install/install_arch.sh')
-rw-r--r--install/install_arch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/install_arch.sh b/install/install_arch.sh
index 8c8a773..3bd9d42 100644
--- a/install/install_arch.sh
+++ b/install/install_arch.sh
@@ -25,7 +25,7 @@ function dlgYN() {
dlgYN "> Install \"Highlight, atool, w3m, mediainfo, vim, git\"" res
if [ $res -eq 1 ]; then
tput sc
- pacman -S install highlight atool w3m mediainfo curl zsh vim git python3-pip tmux
+ sudo pacman -S install highlight atool w3m mediainfo curl zsh vim git python3-pip tmux
tput rc; tput ed
fi