Skip to content

Commit 2be8b12

Browse files
authored
Merge pull request #2 from tkit1994/master
Add noconfirm to the pacman cli (fixes #1)
2 parents 8522f1c + 0dc27f4 commit 2be8b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
echo "Installing python-nautilus..."
55
if type "pacman" > /dev/null 2>&1
66
then
7-
sudo pacman -S python-nautilus
7+
sudo pacman -S --noconfirm python-nautilus
88
elif type "apt-get" > /dev/null 2>&1
99
then
1010
sudo apt-get install -y python-nautilus

0 commit comments

Comments
 (0)