add self-hosting.sh to public site
This commit is contained in:
16
apps/public/public/self-hosting.sh
Normal file
16
apps/public/public/self-hosting.sh
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Clone the Openpanel repository
|
||||||
|
git clone https://github.com/Openpanel-dev/openpanel.git
|
||||||
|
|
||||||
|
# Navigate to the self-hosting directory
|
||||||
|
cd openpanel/self-hosting
|
||||||
|
|
||||||
|
# Run the setup script
|
||||||
|
./setup
|
||||||
|
|
||||||
|
# Navigate back to the original directory
|
||||||
|
cd ../../
|
||||||
|
|
||||||
|
# Clean up by removing the downloaded script
|
||||||
|
rm -- "$0"
|
||||||
Reference in New Issue
Block a user