🔒 Closed How to make autoscript paturo mga boss

Status
Not open for further replies.
ang file extension niya is .sh

How to make?

upload your theme to github or dropbox or kung saan pwede si wget
create new file <anyname>.sh

lagay mo sa file

Code:
#!/bin/bash
echo "Removing Old Template"
rm -rf /home/vps/public_html/asset
rm -rf /home/vps/public_html/view

echo "Installing <Name of Template> Theme"
cd /tmp
wget https://raw.githubusercontent.com/example/example-template/master/scripts/<autoscriptname>.sh
mv asset /home/vps/public_html
mv view /home/vps/public_html

echo "Successfully Installed <ThemeName>, Enjoy!"

change mo yung <> ...
thats it
 
ang file extension niya is .sh

How to make?

upload your theme to github or dropbox or kung saan pwede si wget
create new file <anyname>.sh

lagay mo sa file

Code:
#!/bin/bash
echo "Removing Old Template"
rm -rf /home/vps/public_html/asset
rm -rf /home/vps/public_html/view

echo "Installing <Name of Template> Theme"
cd /tmp
wget https://raw.githubusercontent.com/example/example-template/master/scripts/<autoscriptname>.sh
mv asset /home/vps/public_html
mv view /home/vps/public_html

echo "Successfully Installed <ThemeName>, Enjoy!"

change mo yung <> ...
thats it
Yun maraming salamat paps isa kang alamat
 
Status
Not open for further replies.

About this Thread

  • 16
    Replies
  • 1K
    Views
  • 8
    Participants
Last reply from:
Jigsawkramer

Trending Topics

Online now

Members online
1,135
Guests online
2,012
Total visitors
3,147

Forum statistics

Threads
2,314,812
Posts
29,179,657
Members
1,183,311
Latest member
makalagjuan666
Back
Top