This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env -S bash -xeuo pipefail | |
pkg update && pkg upgrade | |
pkg install which time ldd tree | |
set -xeuo pipefail | |
pkg install pacman patchelf \ | |
which time ldd tree |