Cosmetic changes

pull/38/head
Igor Zalatov (from Citadel PC) 2021-08-09 23:16:34 +03:00
parent 214c1045e2
commit 6c621f5e7f
3 changed files with 4 additions and 1 deletions

View File

@ -87,3 +87,6 @@ BR2_PACKAGE_YAML_CLI=y
# BR2_PACKAGE_LINUX_FIRMWARE is not set
# BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT7601U is not set
# BR2_PACKAGE_RTL8188EU is not set
# Beta
BR2_PACKAGE_VO_AACENC=y

View File

@ -5,7 +5,7 @@ export TZ=$(cat /etc/TZ)
if [ "$PS1" ]; then
[ -f /etc/openipc_banner ] && echo -e "\n\e[1;36m$(cat /etc/openipc_banner)\e[0m\n"
[ -f /etc/openipc_donaters ] && echo -e "\n\e[1;36m$(cat /etc/openipc_donaters)\e[0m\n\n"
[ -f /etc/openipc_donators ] && echo -e "\n\e[1;36m$(cat /etc/openipc_donators)\e[0m\n\n"
#
if [ "`id -u`" -eq 0 ]; then
export PS1='\u@\h:\w\# '