mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-22 16:53:56 +00:00
Cleanup step
This commit is contained in:
parent
e90a537525
commit
0f7b5c994e
@ -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…
x
Reference in New Issue
Block a user