diff --git a/.DS_Store b/.DS_Store index 2d01e16..e77f530 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/dist/index.html b/dist/index.html deleted file mode 100644 index e69de29..0000000 diff --git a/installers/Ubuntu/22.04/install.sh b/installers/Ubuntu/22.04/install.sh index 8400cd9..13d0a80 100644 --- a/installers/Ubuntu/22.04/install.sh +++ b/installers/Ubuntu/22.04/install.sh @@ -1,11 +1,17 @@ #!/bin/bash + + +exit + MAIN_DIR="/AlphaXPanel" HELPERS_DIR=$MAIN_DIR"/shell/helpers/ubuntu" . $HELPERS_DIR"/common.sh" +exit + # Update the system -apt update && apt upgrade -y +apt update -y REPOSITORIES_LIST=( "ppa:ondrej/php" @@ -75,6 +81,10 @@ done systemctl start nginx systemctl enable nginx + + + +exit # Change NGINX index.html rm -rf /var/www/html/* cp $MAIN_DIR/samples/sample-index.html /var/www/html/index.html diff --git a/installers/install.sh b/installers/install.sh index fa34e87..f1f4a6b 100644 --- a/installers/install.sh +++ b/installers/install.sh @@ -45,4 +45,6 @@ if [[ ! -f $DISTRO_INSTALLER_FILE ]]; then exit 1 fi +wget + bash $DISTRO_INSTALLER_FILE diff --git a/version.txt b/version.txt new file mode 100644 index 0000000..8acdd82 --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ +0.0.1 diff --git a/web/.DS_Store b/web/.DS_Store index ab0d1d3..83d8c8d 100644 Binary files a/web/.DS_Store and b/web/.DS_Store differ