Create install.sh
This commit is contained in:
parent
6e5fcc01ec
commit
c3c9a7fe9c
|
|
@ -0,0 +1,5 @@
|
|||
#! /bin/bash
|
||||
|
||||
sudo apt update
|
||||
sudo apt install curl -y
|
||||
curl -fsSL https://get.casaos.io | sudo bash
|
||||
Loading…
Reference in New Issue