You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
346 B
14 lines
346 B
#!/bin/bash
|
|
|
|
INSTALL_SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
|
|
source $INSTALL_SCRIPT_DIR/config.sh
|
|
source $INSTALL_SCRIPT_DIR/../scripts/graphics.sh
|
|
source $INSTALL_SCRIPT_DIR/../scripts/check_installed.sh
|
|
source $MAIN_DIR/programs/obsidian/obsidian.sh
|
|
|
|
OS="arch"
|
|
OS_NO=1
|
|
CPU_CORE_COUNT=17
|
|
install_sddm
|