forked from sh-edraft.de/sh_linux_installation_scripts
8 lines
116 B
Bash
8 lines
116 B
Bash
#!/bin/bash
|
|
|
|
source $PWD/common/scripts/first_install.sh
|
|
source $PWD/common/scripts/update.sh
|
|
|
|
first_install
|
|
update
|