From 84dbccf8bea8d6bf7ac4258ab9fe54ce55650730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 30 Oct 2016 11:32:06 +0100 Subject: Add list of installed packages on archlinux --- install | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'install') diff --git a/install b/install index a9d990e..aac1b43 100755 --- a/install +++ b/install @@ -6,11 +6,17 @@ git submodule update --init || (echo "Submodule update failed! Use --ignore-sub # Source inst and diff function source utils/inst +source utils/arch # TODO if on archlinux install pkgstats and other packages we would need for every feature ################################################################################# source private/install # private files, sorry but some privacy is required. +read -p "Chek Archlinux system? (Y/n) " +if [[ $REPLY =~ ^[Yy]?$ ]]; then + archlinux_inst +fi + read -p "Install Bashrc? (Y/n) " if [[ $REPLY =~ ^[Yy]?$ ]]; then inst bashrc ~/.bashrc -- cgit v1.2.3