13 lines
No EOL
144 B
Bash
Executable file
13 lines
No EOL
144 B
Bash
Executable file
#!/bin/bash
|
|
|
|
function main() {
|
|
|
|
upgradeSystem
|
|
|
|
# do some stuff
|
|
|
|
cleanupDocker
|
|
}
|
|
|
|
source /tmp/resources/install_functions.sh
|
|
main |