update lxqt arm64 BldHelper.sh script and add the missing symlinks
This commit is contained in:
parent
9565064561
commit
b76897ee98
|
@ -10,8 +10,8 @@
|
||||||
|
|
||||||
# Set environment variables
|
# Set environment variables
|
||||||
PREFIX=AcorOS-lxqt
|
PREFIX=AcorOS-lxqt
|
||||||
SUFFIX=amd64
|
SUFFIX=arm64
|
||||||
BUILD=lxqt
|
BUILD=lxqt-arm
|
||||||
TODAY=$(date -u +"%Y-%m-%d")
|
TODAY=$(date -u +"%Y-%m-%d")
|
||||||
FileName="${PREFIX}-${SUFFIX}"
|
FileName="${PREFIX}-${SUFFIX}"
|
||||||
LOCATION=/var/www/html/nightly/AcorOS/${BUILD}
|
LOCATION=/var/www/html/nightly/AcorOS/${BUILD}
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
../acorapplication
|
|
@ -0,0 +1 @@
|
||||||
|
../acorbootloaders
|
|
@ -0,0 +1 @@
|
||||||
|
../acorconfigs
|
|
@ -0,0 +1 @@
|
||||||
|
../acorcsv
|
|
@ -0,0 +1 @@
|
||||||
|
../acorgrub
|
|
@ -0,0 +1 @@
|
||||||
|
../acorinstaller
|
|
@ -0,0 +1 @@
|
||||||
|
../acorlightdm
|
|
@ -0,0 +1 @@
|
||||||
|
../acorprofile
|
|
@ -0,0 +1 @@
|
||||||
|
../acorrepos
|
|
@ -0,0 +1 @@
|
||||||
|
../acoruserconfig
|
Loading…
Reference in New Issue