Cleanup step

This commit is contained in:
Sun Knudsen 2022-01-10 10:48:52 -05:00
parent e90a537525
commit 0f7b5c994e
No known key found for this signature in database
GPG Key ID: 02C43AD072D57783
2 changed files with 7 additions and 19 deletions

View File

@ -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)

View File

@ -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
```
👍