Update _install_status w/ ! important + add Insiders note

This commit is contained in:
billz
2023-08-23 19:44:59 +02:00
parent 9d0b565155
commit d035fc804d
2 changed files with 18 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
e!/bin/bash
#
# RaspAP Quick Installer
# Author: @billz <billzimmerman@gmail.com>
@@ -234,6 +234,8 @@ function _install_status() {
2)
echo -e "[$ANSI_YELLOW \U26A0 warning $ANSI_RESET] $2"
;;
3)
echo -e "[$ANSI_RASPBERRY ! important $ANSI_RESET] $2"
esac
}