diff options
author | Karel Kočí <cynerd@email.cz> | 2016-09-03 15:58:42 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-09-03 15:58:42 +0200 |
commit | af73156bb1d79a5f09b391337872d05c61dbf2dc (patch) | |
tree | fd8e10f02fd485d81efcf399087de0ebb86b03f6 /install | |
parent | 2be4e1801bda12baa08dbbe022729181b18df5f3 (diff) | |
parent | 32d4f95cbf0121dd9092ff1995b3baa064c00162 (diff) | |
download | myconfigs-af73156bb1d79a5f09b391337872d05c61dbf2dc.tar.gz myconfigs-af73156bb1d79a5f09b391337872d05c61dbf2dc.tar.bz2 myconfigs-af73156bb1d79a5f09b391337872d05c61dbf2dc.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -48,6 +48,8 @@ inst() { doinst $1 $2 } +# TODO if on archlinux install pkgstats + read -p "Install Bashrc? (Y/n) " if [[ $REPLY =~ ^[Yy]?$ ]]; then inst bashrc ~/.bashrc |