From 8676d8ecaaaac37a0b7e07972f83b4e75f7f3a04 Mon Sep 17 00:00:00 2001
From: Marcos Tischer Vallim
Date: Mon, 1 Jul 2019 01:43:08 -0300
Subject: [PATCH] Update README.md
---
README.md | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/README.md b/README.md
index beda566..5fab3ae 100644
--- a/README.md
+++ b/README.md
@@ -86,18 +86,18 @@ mkdir $HOME/live-ubuntu-from-scratch
EOF
```
-4. **Update indexes packages**
+5. **Update indexes packages**
```
apt-get update
```
-5. **Install systemd**
+6. **Install systemd**
```
apt-get install -y systemd-sysv
```
> **systemd** is a system and service manager for Linux. It provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and automount points and implements an elaborate transactional dependency-based service control logic.
-6. **Configure machine-id and divert**
+7. **Configure machine-id and divert**
```
dbus-uuidgen > /etc/machine-id
@@ -112,7 +112,7 @@ mkdir $HOME/live-ubuntu-from-scratch
```
> **dpkg-divert** is the utility used to set up and update the list of diversions.
-7. **Install packages needed for Live System**
+8. **Install packages needed for Live System**
```
apt-get install -y \
ubuntu-standard \
@@ -147,7 +147,7 @@ mkdir $HOME/live-ubuntu-from-scratch
-8. **Graphical installer**
+9. **Graphical installer**
```
apt-get install -y \
ubiquity \
@@ -173,7 +173,7 @@ mkdir $HOME/live-ubuntu-from-scratch
-9. **Install window manager**
+10. **Install window manager**
```
apt-get install -y \
plymouth-theme-ubuntu-logo \
@@ -181,7 +181,7 @@ mkdir $HOME/live-ubuntu-from-scratch
ubuntu-gnome-wallpapers
```
-10. **Install useful applications**
+11. **Install useful applications**
```
apt-get install -y \
clamav-daemon \
@@ -193,7 +193,7 @@ mkdir $HOME/live-ubuntu-from-scratch
less
```
-11. **Install Visual Studio Code**
+12. **Install Visual Studio Code**
1. Download and install the key
```
@@ -213,7 +213,7 @@ mkdir $HOME/live-ubuntu-from-scratch
apt-get install -y code
```
-12. **Install Google Chrome**
+13. **Install Google Chrome**
1. Download and install the key
```
@@ -229,14 +229,14 @@ mkdir $HOME/live-ubuntu-from-scratch
apt-get install google-chrome-stable
```
-13. **Install Java JDK 8**
+14. **Install Java JDK 8**
```
apt-get install -y \
openjdk-8-jdk \
openjdk-8-jre
```
-14. **Remove unused applications**
+15. **Remove unused applications**
```
apt-get purge -y \
transmission-gtk \
@@ -248,12 +248,12 @@ mkdir $HOME/live-ubuntu-from-scratch
hitori
```
-15. **Remove unused packages**
+16. **Remove unused packages**
```
apt-get autoremove -y
```
-16. **Reconfigure packages**
+17. **Reconfigure packages**
1. Generate locales
```
@@ -306,7 +306,7 @@ mkdir $HOME/live-ubuntu-from-scratch
dpkg-reconfigure network-manager
```
-17. **Cleanup the chroot environment**
+18. **Cleanup the chroot environment**
1. If you installed software, be sure to run
```