Create readme.txt

This commit is contained in:
DRM-Panel
2023-06-12 12:30:41 +03:00
committed by GitHub
parent 5071ec821f
commit 5f58dcf71b

13
readme.txt Normal file
View File

@@ -0,0 +1,13 @@
NOTICE: The adding of user lines is a work in progress, do not use in a production enviroment until fully completed.
-- UBUNTU 18.04 --
cd /home
wget https://raw.githubusercontent.com/DRM-Panel/DRMPHP/master/installer-beta.sh
chmod 777 ./installer-beta.sh && sed -i -e 's/\r$//' installer-beta.sh && ./installer-beta.sh
-- UBUNTU 20.04 --
cd /home
wget https://raw.githubusercontent.com/DRM-Panel/DRMPHP/master/installer-beta_2004.sh
chmod 777 ./installer-beta_2004.sh && sed -i -e 's/\r$//' installer-beta_2004.sh && ./installer-beta_2004.sh