diff options
author | Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> | 2021-01-17 21:34:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-17 21:34:38 +0100 |
commit | b1cf71b02914dd77e6dd79d24a0ccfa131879251 (patch) | |
tree | b1bb91d2c2dbe0cbedf9450560fb95b407a63e7a | |
parent | c4356b2864347e4aeba1c6d422e59ae5a2a72e3e (diff) | |
download | dotfiles-b1cf71b02914dd77e6dd79d24a0ccfa131879251.tar.gz dotfiles-b1cf71b02914dd77e6dd79d24a0ccfa131879251.zip |
Update install_arch.sh
-rw-r--r-- | install/install_arch.sh | 2 |
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
|