Skip to content

Commit

Permalink
removed some few commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dee-mee committed Apr 4, 2024
1 parent 6d6d898 commit c35788a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ echo "Welcome to Ubuntu Fresh install. I am gonna install all the required packa

sleep 2

echo "so I assume you have more than 1 gigabyte of data for this process."
echo "you should have a strong and stable network connection for this installation."
echo " "
sleep 2
echo "loading.."
Expand Down Expand Up @@ -68,11 +68,9 @@ sleep 2
#cowsay is a fun way of terminal cool tricks that displays whatever you type in it.
#sl is a display of a moving train or steam locomotive which
#can be used with many options available on its manpage.
apt install -y cowsay && apt install -y sl
apt install -y xcowsay && apt install -y sl && apt install cowsay

clear

cowsay "you asleep or just watching"
xcowsay "you asleep or just watching"

sleep 2

Expand Down

0 comments on commit c35788a

Please sign in to comment.