Update install.sh
This commit is contained in:
parent
049f2e6f5c
commit
fcda96c111
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
HELPERS_DIR="/AlphaXPanel/shell/helpers/ubuntu"
|
||||
MAIN_DIR="/AlphaXPanel"
|
||||
HELPERS_DIR=$MAIN_DIR"/shell/helpers/ubuntu"
|
||||
. $HELPERS_DIR"/common.sh"
|
||||
|
||||
# Update the system
|
||||
|
@ -46,4 +47,5 @@ done
|
|||
systemctl start nginx
|
||||
systemctl enable nginx
|
||||
|
||||
php -v
|
||||
rm -rf /var/www/html/*
|
||||
cp $MAIN_DIR/samples/sample-index.html /var/www/html/index.html
|
||||
|
|
Loading…
Add table
Reference in a new issue