removed 'center' commands til that function is fixed
This commit is contained in:
parent
8703f12e8d
commit
99b31f1184
3 changed files with 2928 additions and 2 deletions
|
|
@ -149,7 +149,7 @@ globalinstall(){
|
||||||
)
|
)
|
||||||
case `select_opt "${utilsmissing_menu[@]}"` in
|
case `select_opt "${utilsmissing_menu[@]}"` in
|
||||||
0) until [[ $depsinstalled == true ]] ; do
|
0) until [[ $depsinstalled == true ]] ; do
|
||||||
center "${grn}Installing dependencies...${dfl}"
|
boxborder "${grn}Installing dependencies...${dfl}"
|
||||||
spin
|
spin
|
||||||
install-deps
|
install-deps
|
||||||
done
|
done
|
||||||
|
|
@ -164,7 +164,7 @@ globalinstall(){
|
||||||
cp $rundir/lib/vimfiles/vimrc.local /etc/vim/vimrc.local
|
cp $rundir/lib/vimfiles/vimrc.local /etc/vim/vimrc.local
|
||||||
fi
|
fi
|
||||||
if [[ $(cat /etc/skel/.bashrc | grep -c prbl) = 0 ]] ; then
|
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
|
fi
|
||||||
crontab -l -u $runuser | cat - ${rundir}/lib/quickinfo.cron | crontab -u $runuser -
|
crontab -l -u $runuser | cat - ${rundir}/lib/quickinfo.cron | crontab -u $runuser -
|
||||||
sensors-detect --auto
|
sensors-detect --auto
|
||||||
|
|
|
||||||
2880
installpihole.sh
Normal file
2880
installpihole.sh
Normal file
File diff suppressed because it is too large
Load diff
46
output.out
Normal file
46
output.out
Normal file
|
|
@ -0,0 +1,46 @@
|
||||||
|
|
||||||
|
|
||||||
|
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||||
|
┃ [38;5;196mWARNING[38;5;228m[[38;5;166mcode=[38;5;1m0[38;5;228m]: Invalid argument [0m
[80C┃
|
||||||
|
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
||||||
|
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||||
|
┃ [38;5;228mPyr0ball's Reductive Bash Language Installer - v1.1[0m
[80C┃
|
||||||
|
┃ [38;5;69mUsage:[0m
[80C┃
|
||||||
|
┃ [38;5;228m./install.sh [1m[args][0m
[80C┃
|
||||||
|
┃ ▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫
[80C┃
|
||||||
|
┃ [args:]
[80C┃
|
||||||
|
┃ -i [--install]
[80C┃
|
||||||
|
┃ -r [--remove]
[80C┃
|
||||||
|
┃ -u [--update]
[80C┃
|
||||||
|
┃ -h [--help]
[80C┃
|
||||||
|
┃
[80C┃
|
||||||
|
┃ Running this installer as 'root' will install globally to /usr/share/prbl
[80C┃
|
||||||
|
┃ You must run as 'root' for this script to automatically resolve dependencies
[80C┃
|
||||||
|
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
||||||
|
|
||||||
|
|
||||||
|
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||||
|
┃ [38;5;196mWARNING[38;5;228m[[38;5;166mcode=[38;5;1m0[38;5;228m]: Some of the utilities needed by this script are missing[0m
[80C┃
|
||||||
|
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
||||||
|
Missing utilities:
|
||||||
|
lm-sensors net-tools update-notifier-common
|
||||||
|
After this installer completes, run:
|
||||||
|
▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫▫
|
||||||
|
|
||||||
|
[38;5;69msudo apt install -y lm-sensors net-tools update-notifier-common
|
||||||
|
[0m┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||||
|
┃ Press 'Enter' key when ready to proceed
[80C┃
|
||||||
|
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
||||||
|
|
||||||
|
|
||||||
|
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||||
|
┃ [38;5;196mWARNING[38;5;228m[[38;5;166mcode=[38;5;1m0[38;5;228m]: QuickInfo cron task creation failed. Check [38;5;69mcrontab -e[0m for errors[0m
[80C┃
|
||||||
|
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
||||||
|
[H[2J[3J┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||||
|
┃ [38;5;2mPlease be sure to run [38;5;228msensors-detect --auto[38;5;2m after installation completes[0m
[80C┃
|
||||||
|
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
||||||
|
|
||||||
|
|
||||||
|
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||||
|
┃ install.sh [38;5;2mSUCCESS[0m[38;5;1mP[38;5;196mR[38;5;3mb[38;5;166mL [38;5;228mInstalled[0m
[80C┃
|
||||||
|
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
||||||
Loading…
Reference in a new issue