This commit is contained in:
Bozhidar Slaveykov 2023-11-23 23:06:54 +02:00
parent bad95d0476
commit 49606d3454
6 changed files with 14 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

0
dist/index.html vendored
View file

View file

@ -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

View file

@ -45,4 +45,6 @@ if [[ ! -f $DISTRO_INSTALLER_FILE ]]; then
exit 1
fi
wget
bash $DISTRO_INSTALLER_FILE

1
version.txt Normal file
View file

@ -0,0 +1 @@
0.0.1

BIN
web/.DS_Store vendored

Binary file not shown.