Skip to content

Commit a151d73

Browse files
authored
setup color add
i hv just added color
1 parent 8bf8b0f commit a151d73

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup

+5-5
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ if [[ $1 = "ubuntu" ]]; then
9797
if [ -d ~/ubuntu-fs ]; then
9898
cp u-setup -r ~/ubuntu-fs/root/
9999
cp u-setup/setup ~/ubuntu-fs/root/
100-
echo
100+
echo $(tput setaf 3)
101101
echo "[#] Successfully copied u-setup file on ubuntu-fs.."
102-
echo
102+
echo $(tput sgr0)
103103
else
104-
echo
105-
echo "Plesae install ubuntu-fs on home directory"
106-
echo
104+
echo $(tput setaf 1)
105+
echo "[*] Plesae install ubuntu-fs on home directory"
106+
echo $(tput sgr0)
107107
fi
108108
else
109109
clear;

0 commit comments

Comments
 (0)