Skip to content

Commit e87dc5d

Browse files
authored
NocoDB: bump to Debian 13 (#8140)
1 parent 479ce97 commit e87dc5d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

ct/nocodb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var_cpu="${var_cpu:-1}"
1111
var_ram="${var_ram:-1024}"
1212
var_disk="${var_disk:-4}"
1313
var_os="${var_os:-debian}"
14-
var_version="${var_version:-12}"
14+
var_version="${var_version:-13}"
1515
var_unprivileged="${var_unprivileged:-1}"
1616

1717
header_info "$APP"

frontend/public/json/nocodb.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ram": 1024,
2424
"hdd": 4,
2525
"os": "debian",
26-
"version": "12"
26+
"version": "13"
2727
}
2828
}
2929
],

install/nocodb-install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ motd_ssh
3737
customize
3838

3939
msg_info "Cleaning up"
40-
$STD apt-get -y autoremove
41-
$STD apt-get -y autoclean
40+
$STD apt -y autoremove
41+
$STD apt -y autoclean
42+
$STD apt -y clean
4243
msg_ok "Cleaned"

0 commit comments

Comments
 (0)