File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ help(){
329
329
echo " tweaks | Tweaks Page"
330
330
echo " info | Info Page"
331
331
echo " settings| Settings Page"
332
- echo " update | Check and Update Hakku"
332
+ printf " update | Check and Update Hakku$noti \n "
333
333
echo " "
334
334
echo " press q to go back"
335
335
echo " "
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ update(){
42
42
echo " "
43
43
printf " ${NC}${normal} "
44
44
echo " "
45
- echo " Updates"
45
+ printf " Updates$noti \n "
46
46
echo " -------"
47
47
echo " "
48
48
echo " "
@@ -124,12 +124,13 @@ check(){
124
124
echo " "
125
125
if [ $update = " v2.0.1-beta" ]; then
126
126
updating=" No new updates"
127
- echo " No new updates"
127
+ printf " ${GREEN}${bold} No new updates${NC}${normal} \n"
128
+ noti=" "
128
129
else
129
130
updating=" New updates found: ${update} "
130
131
dl=" press d to download Hakku ${update} "
131
- echo " New updates found: ${update} "
132
- noti=" ${RED}${bold} 1 ${NC}${normal} "
132
+ printf " ${RED}${bold} New updates found: ${update}${NC}${normal} \n "
133
+ noti=" ${RED}${bold} [1] ${NC}${normal} \n "
133
134
fi
134
135
echo " "
135
136
echo " "
You can’t perform that action at this time.
0 commit comments