🔒 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
951
Guests online
1,469
Total visitors
2,420

Forum statistics

Threads
2,273,362
Posts
28,948,997
Members
1,235,715
Latest member
mjsimborio2
Back
Top