Cleanup step
This commit is contained in:
parent
e90a537525
commit
0f7b5c994e
2 changed files with 7 additions and 19 deletions
|
@ -292,16 +292,10 @@ nft list ruleset >> /etc/nftables.conf
|
|||
|
||||
### Step 16: update APT index and upgrade packages
|
||||
|
||||
#### Update APT index
|
||||
```console
|
||||
$ apt update
|
||||
|
||||
```shell
|
||||
apt update
|
||||
```
|
||||
|
||||
#### Upgrade packages
|
||||
|
||||
```shell
|
||||
apt upgrade -y
|
||||
$ apt upgrade -y
|
||||
```
|
||||
|
||||
### Step 17: set timezone (the following is for Montreal time)
|
||||
|
|
|
@ -390,18 +390,12 @@ timedatectl set-timezone America/Montreal
|
|||
systemctl disable dphys-swapfile
|
||||
```
|
||||
|
||||
### Step 27: update APT index and upgrade system
|
||||
### Step 27: update APT index and upgrade packages
|
||||
|
||||
#### Update APT index
|
||||
```console
|
||||
$ apt update
|
||||
|
||||
```shell
|
||||
apt update
|
||||
```
|
||||
|
||||
#### Upgrade packages
|
||||
|
||||
```shell
|
||||
apt upgrade -y
|
||||
$ apt upgrade -y
|
||||
```
|
||||
|
||||
👍
|
||||
|
|
Loading…
Add table
Reference in a new issue