You've already forked CasaOS
mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-07-06 23:37:26 +02:00
12 lines
338 B
Bash
12 lines
338 B
Bash
![]() |
#!/bin/bash
|
||
|
###
|
||
|
# @Author: LinkLeong link@icewhale.com
|
||
|
# @Date: 2022-06-30 10:08:33
|
||
|
# @LastEditors: LinkLeong
|
||
|
# @LastEditTime: 2022-09-01 22:33:06
|
||
|
# @FilePath: /CasaOS/build/sysroot/usr/share/casaos/shell/update.sh
|
||
|
# @Description:
|
||
|
###
|
||
|
|
||
|
|
||
|
curl -fsSL https://raw.githubusercontent.com/LinkLeong/casaos-alpha/main/new.update.sh | bash
|