Skip to content

Commit 83f7aea

Browse files
committed
Initial test build
1 parent 373d4fe commit 83f7aea

96 files changed

Lines changed: 120 additions & 120 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion

enginescript-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# GitHub: https://github.com/Enginescript/EngineScript
77
# Company: VisiStruct / EngineScript
88
# License: GPL v3.0
9-
# OS: Ubuntu 20.04 (focal)
9+
# OS: Ubuntu 22.04 (jammy)
1010
#----------------------------------------------------------------------------
1111

1212
# Check current user's ID. If user is not 0 (root), exit.
@@ -55,7 +55,7 @@ dpkg-reconfigure tzdata
5555
dpkg-reconfigure unattended-upgrades
5656

5757
# HWE
58-
apt install --install-recommends linux-generic-hwe-20.04 -y
58+
apt install --install-recommends linux-generic-hwe-22.04 -y
5959

6060
sleep 3
6161
# Add User

enginescript-variables.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RAND_CHAR4="$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 4 | head -n 1)"
3535
RAND_CHAR8="$(pwgen -1Bcns 8)"
3636
RAND_CHAR16="$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 16 | head -n 1)"
3737
RAND_CHAR24="$(date +%s | sha256sum | base64 | head -c 24)"
38-
RAND_CHAR32="$(pwgen -1Bcns 32)"
38+
RAND_CHAR32="$(pwgen -1Bcnsy 32)"
3939
SERVER_MEMORY_TOTAL_01="$(free -m | awk 'NR==2{printf "%d", $2*0.01 }')"
4040
SERVER_MEMORY_TOTAL_02="$(free -m | awk 'NR==2{printf "%d", $2*0.02 }')"
4141
SERVER_MEMORY_TOTAL_03="$(free -m | awk 'NR==2{printf "%d", $2*0.03 }')"

etc/webmin/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ by_view=0
1111
os_type=debian-linux
1212
os_version=9.0
1313
real_os_type=Ubuntu Linux
14-
real_os_version=20.04.3
14+
real_os_version=22.04.3
1515
lang=en.UTF-8
1616
log=1
1717
referers_none=1

opt/kernel-samepage-merging/ksm-service.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# GitHub: https://github.com/Enginescript/EngineScript
77
# Company: VisiStruct / EngineScript
88
# License: GPL v3.0
9-
# OS: Ubuntu 20.04 (focal)
9+
# OS: Ubuntu 22.04 (jammy)
1010
#----------------------------------------------------------------------------
1111

1212
# EngineScript Variables

scripts/cron/backups.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# GitHub: https://github.com/Enginescript/EngineScript
77
# Company: VisiStruct / EngineScript
88
# License: GPL v3.0
9-
# OS: Ubuntu 20.04 (focal)
9+
# OS: Ubuntu 22.04 (jammy)
1010
#----------------------------------------------------------------------------
1111

1212
# EngineScript Variables

scripts/cron/checksums.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# GitHub: https://github.com/Enginescript/EngineScript
77
# Company: VisiStruct / EngineScript
88
# License: GPL v3.0
9-
# OS: Ubuntu 20.04 (focal)
9+
# OS: Ubuntu 22.04 (jammy)
1010
#----------------------------------------------------------------------------
1111

1212
# EngineScript Variables

scripts/cron/compression-cron.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# GitHub: https://github.com/Enginescript/EngineScript
77
# Company: VisiStruct / EngineScript
88
# License: GPL v3.0
9-
# OS: Ubuntu 20.04 (focal)
9+
# OS: Ubuntu 22.04 (jammy)
1010
#----------------------------------------------------------------------------
1111

1212
# EngineScript Variables

scripts/cron/dropbox-database-backup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# GitHub: https://github.com/Enginescript/EngineScript
77
# Company: VisiStruct / EngineScript
88
# License: GPL v3.0
9-
# OS: Ubuntu 20.04 (focal)
9+
# OS: Ubuntu 22.04 (jammy)
1010
#----------------------------------------------------------------------------
1111

1212
# EngineScript Variables

scripts/cron/nginx-backup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# GitHub: https://github.com/Enginescript/EngineScript
77
# Company: VisiStruct / EngineScript
88
# License: GPL v3.0
9-
# OS: Ubuntu 20.04 (focal)
9+
# OS: Ubuntu 22.04 (jammy)
1010
#----------------------------------------------------------------------------
1111

1212
# EngineScript Variables

0 commit comments

Comments
 (0)