mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
10 lines
211 B
Bash
Executable File
10 lines
211 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
pacman --noconfirm \
|
|
--remove --nosave --recursive --unneeded \
|
|
virtualbox-guest-utils-nox
|
|
|
|
pacman --noconfirm \
|
|
--sync --needed --noprogressbar --quiet --refresh \
|
|
virtualbox-guest-utils
|