5 lines
91 B
Bash
5 lines
91 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Update the dynamic linker cache to include the new library
|
|
ldconfig
|