6 lines
100 B
Bash
Executable File
6 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pacman -Syu --noconfirm
|
|
pacman -Rns $(pacman -Qqtd) --noconfirm
|
|
pacman -Sc --noconfirm
|