Skip to content

Commit 5a05b89

Browse files
committed
nextcloud: remove beta option
Signed-off-by: nachoparker <[email protected]>
1 parent 6aefb5d commit 5a05b89

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

bin/ncp/CONFIG/nc-nextcloud.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ EOF
8383

8484
configure()
8585
{
86-
## IF BETA SELECTED ADD "pre" to DOWNLOAD PATH
87-
[[ "$BETA" == yes ]] && local PREFIX="pre"
88-
8986
## DOWNLOAD AND (OVER)WRITE NEXTCLOUD
9087
cd /var/www/
9188

etc/ncp-config.d/nc-nextcloud.cfg

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
"name": "Version",
1212
"value": "20.0.11"
1313
},
14-
{
15-
"id": "BETA",
16-
"name": "Beta",
17-
"value": "no",
18-
"type": "bool"
19-
},
2014
{
2115
"id": "MAXFILESIZE",
2216
"name": "Maximum file size",

0 commit comments

Comments
 (0)