"Updates"

This commit is contained in:
2026-06-01 16:02:19 +02:00
parent a9f5df877d
commit 5d04e982ee
2 changed files with 22 additions and 6 deletions
+18 -2
View File
@@ -96,7 +96,7 @@ sudo vim /etc/update-motd.d/01-cowsay
```
```bash
sudo vim ~/local/bin/now
sudo vim ~/.local/bin/now
```
```bash
@@ -220,7 +220,23 @@ exit 0
```bash
sudo chmod +x /etc/update-motd.d/01-cowsay
sudo chmod +x ~/local/bin/now
sudo chmod +x ~/.local/bin/now
```
```bash
sudo vim .bashrc
```
```bash
...
export PATH="/home/pleb/.local/bin:$PATH"
# Splash Calendar and time
now
# ASCII Linux distribution display
# screenfetch
```
#### Networking