-
Notifications
You must be signed in to change notification settings - Fork 33
/
readme.txt
17 lines (9 loc) · 941 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
NOTICE: The adding of user lines is a work in progress, do not use in a production enviroment until fully completed.
:: AUTO DETECT INSTALL ::
bash -c "$(wget -qO- https://raw.githubusercontent.com/DRM-Scripts/DRMPHP/master/install.sh)" && chmod +x install.sh
-- UBUNTU 18.04 --
cd /home && wget https://raw.githubusercontent.com/DRM-Scripts/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-Scripts/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
-- UBUNTU 22.04 --
cd /home && wget https://raw.githubusercontent.com/DRM-Scripts/DRMPHP/master/installer-beta_2204.sh && chmod 777 ./installer-beta_2204.sh && sed -i -e 's/\r$//' installer-beta_2204.sh && ./installer-beta_2204.sh