removed 'center' commands til that function is fixed

This commit is contained in:
Alan Weinstock 2022-09-01 14:23:58 -07:00
parent 8703f12e8d
commit 99b31f1184
3 changed files with 2928 additions and 2 deletions

View file

@ -149,7 +149,7 @@ globalinstall(){
)
case `select_opt "${utilsmissing_menu[@]}"` in
0) until [[ $depsinstalled == true ]] ; do
center "${grn}Installing dependencies...${dfl}"
boxborder "${grn}Installing dependencies...${dfl}"
spin
install-deps
done
@ -164,7 +164,7 @@ globalinstall(){
cp $rundir/lib/vimfiles/vimrc.local /etc/vim/vimrc.local
fi
if [[ $(cat /etc/skel/.bashrc | grep -c prbl) = 0 ]] ; then
echo -e $bashrc_append >> /etc/skel/.bashrc && center "bashc.d installed..." || fail "Unable to append .bashrc"
echo -e $bashrc_append >> /etc/skel/.bashrc && boxborder "bashc.d installed..." || fail "Unable to append .bashrc"
fi
crontab -l -u $runuser | cat - ${rundir}/lib/quickinfo.cron | crontab -u $runuser -
sensors-detect --auto

2880
installpihole.sh Normal file

File diff suppressed because it is too large Load diff

46
output.out Normal file
View file

@ -0,0 +1,46 @@
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
WARNING[code=0]: Invalid argument  ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
Pyr0ball's Reductive Bash Language Installer - v1.1 ┃
Usage: ┃
./install.sh [args] ┃
┃ ▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫ ┃
┃ [args:] ┃
┃ -i [--install] ┃
┃ -r [--remove] ┃
┃ -u [--update] ┃
┃ -h [--help] ┃
┃
┃ Running this installer as 'root' will install globally to /usr/share/prbl ┃
┃ You must run as 'root' for this script to automatically resolve dependencies ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
WARNING[code=0]: Some of the utilities needed by this script are missing ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
Missing utilities:
lm-sensors net-tools update-notifier-common
After this installer completes, run:
▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫
sudo apt install -y lm-sensors net-tools update-notifier-common
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Press 'Enter' key when ready to proceed ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
WARNING[code=0]: QuickInfo cron task creation failed. Check crontab -e for errors ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
Please be sure to run sensors-detect --auto after installation completes ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ install.sh SUCCESSPRbL Installed ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛