Skip to content

Commit 78c723b

Browse files
added notice
1 parent 5b7ed7c commit 78c723b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

install.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,15 @@ esac
9494
# 4. call install function
9595
# if anything goes wrong or any program in code fails kill the installation by calling die function
9696

97+
function _NOTICE_()
98+
{
99+
if [ ! -f ~/.udroid_notice.lock ]; then
100+
touch ~/.udroid_notice.lock
101+
shout "The Code name for this ubuntu is chaned from \"hippo\" to \"udroid\""
102+
sleep 5
103+
fi
104+
}
105+
97106
function setup_and_clone()
98107
{
99108
shout "Trying to update apt indexes...."
@@ -168,4 +177,5 @@ function install()
168177

169178
}
170179

180+
_NOTICE_
171181
setup_and_clone

0 commit comments

Comments
 (0)