Create install.sh

This commit is contained in:
RomanNum3ral 2024-07-19 12:52:08 -04:00 committed by GitHub
parent 6e5fcc01ec
commit c3c9a7fe9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

5
install.sh Normal file
View File

@ -0,0 +1,5 @@
#! /bin/bash
sudo apt update
sudo apt install curl -y
curl -fsSL https://get.casaos.io | sudo bash