- #!/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/IceWhaleTech/get/main/update.sh | bash
|