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