From a090f313c7c123202b9bcca32edab41e34144413 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Fri, 26 Aug 2022 18:51:49 -0700 Subject: [PATCH] fixed missing hidden filecopy, added other dependency packages --- install.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 5001dba..9ffe958 100644 --- a/install.sh +++ b/install.sh @@ -24,6 +24,9 @@ packages=( vim nfs-kernel-server nfs-common + lm-sensors + net-tools + update-notifier-common ) globalinstalldir="/usr/lib/pyr0-bash" @@ -49,10 +52,10 @@ install(){ mkdir -p ${globalinstalldir} cp ${rundir}/functions ${globalinstalldir}/functions cp -r $rundir/lib/skel/* $HOME + cp -r $rundir/lib/skel/.* $HOME cp $rundir/lib/vimfiles/crystallite.vim /usr/share/vim/vim*/colors/crystallite.vim cp $rundir/lib/vimfiles/vimrc.local /etc/vim/vimrc.local echo -e $bashrc_append >> $HOME/.bashrc - } remove(){ @@ -98,4 +101,4 @@ else fi #------------------------------------------------------# # Script begins here -#------------------------------------------------------# \ No newline at end of file +#------------------------------------------------------#