Starting to make the system operable without using root. Changes to groups, sudo, some file permissions. Places all the user key config into users.pp
4 lines
221 B
Bash
Executable file
4 lines
221 B
Bash
Executable file
#!/bin/bash
|
|
cd /usr/share/freeswitch/sounds/
|
|
/usr/bin/wget http://files.freeswitch.org/releases/sounds/freeswitch-sounds-en-us-callie-8000-1.0.53.tar.gz
|
|
/usr/bin/tar -zxf freeswitch-sounds-en-us-callie-8000-1.0.22.tar.gz
|