8 lines
No EOL
172 B
Bash
8 lines
No EOL
172 B
Bash
#!/bin/bash
|
|
set -xeuo pipefail
|
|
source /opt/l4d2/scripts/helpers
|
|
overlay=$(basename "$0")
|
|
|
|
# admin system
|
|
install_addon $overlay Ions_Vocalizer
|
|
install_admin_system $overlay |