forked from sh-edraft.de/sh_linux_installation_scripts
8 lines
88 B
Bash
8 lines
88 B
Bash
#!/bin/bash
|
|
|
|
source ./default/update.sh
|
|
source ./default/theme.sh
|
|
|
|
update
|
|
install_theme
|