summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2017-08-07 01:18:55 +0200
committerRasmus Steinke <rasi@xssn.at>2017-08-07 01:18:55 +0200
commit328c6aec6fe4a43461fd509f30340b292fccb65d (patch)
treecb1e860a386b5f97038cf78f961c0430cd4a2291
parent96b6bc4c518bec0da98e798b6bcb4d3319f27aca (diff)
downloadperl-app-clerk-328c6aec6fe4a43461fd509f30340b292fccb65d.tar.gz
perl-app-clerk-328c6aec6fe4a43461fd509f30340b292fccb65d.tar.xz
remove auto accept for pacman
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 4a3b861..0441b91 100644
--- a/install.sh
+++ b/install.sh
@@ -35,7 +35,7 @@ case $cpan_arch in
read -e -p "perl-cpanplus-dist-arch package not found. Install? (Y/n) > " cpanp_dist_install
cpanp_dist_install=${cpanp_dist_install:-y}
case $cpanp_dist_install in
- [Yy]) yes | sudo pacman -S perl-cpanplus-dist-arch
+ [Yy]) sudo pacman -S perl-cpanplus-dist-arch
;;
esac
fi