-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyum-nano.sh
36 lines (24 loc) · 1.06 KB
/
yum-nano.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#!/bin/bash
# ------------------------------------------------------------------
# [Vladyslav Piskunov] Nano installer for Fedora
# for Middlesex University 2016
#
# ------------------------------------------------------------------
echo "###################################################################################"
echo "Please be Patient: Installation will start now.......and it will take some time :)"
echo "###################################################################################"
#Update the repositories
#sudo yum update && sudo yum upgrade
sudo yum -y install nano
echo -e "\n"
echo "Installed NANO $(tput bold)$(tput setaf 2)Sucessfully$(tput sgr0)"
echo -e "\n
############################################
Written by Vladyslav Piskunov © ([email protected])
for Middlesex University 2016
############################################"
echo -e "\n"
echo "To use it, type \"nano FILENAME\", where FILENAME is the file name for existing or a new file you
would
like
to create, including the file extension, e.g. 'nano mod.erl'"