8 lines
88 B
Bash
8 lines
88 B
Bash
#!/bin/bash
|
|
|
|
source ./default/update.sh
|
|
source ./default/theme.sh
|
|
|
|
update
|
|
theme_install
|