SA-MP Forums Archive
[Tool/Web/Other] Bash script to install SA-MP server - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Tools and Files (https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] Bash script to install SA-MP server (/showthread.php?tid=239393)



Bash script to install SA-MP server - linuxthefish - 13.03.2011

What is it?

This script is a easy way to install SA-MP on linux servers.

How do i use it?

Код:
wget http://linuxthefish.visualserver.org/other/samp_svr
[ame]http://www.youtube.com/watch?v=va4zI68mWD0[/ame]

Notes

This script will install the SA-MP server in your home dictionary. You can access this by typing "cd ~/samp03"

This is what the box containing the server config should look like.



Re: Bash script to install SA-MP server - Hip-hop - 13.03.2011

Nice script & tutorial !


Re: Bash script to install SA-MP server - Davz*|*Criss - 13.03.2011

Nice tutorial


Re: Bash script to install SA-MP server - linuxthefish - 13.03.2011

Thanks, it's just a shell script though


Re: Bash script to install SA-MP server - Hip-hop - 14.03.2011

You know how to install ssh2 on debian 5?


Re: Bash script to install SA-MP server - linuxthefish - 14.03.2011

Код:
sudo apt-get install openssh-server
should install and configure it if you have root permissions


Re: Bash script to install SA-MP server - Hip-hop - 14.03.2011

Ok thank's


Re: Bash script to install SA-MP server - HyperZ - 14.03.2011

Simple, but nice work btw.


Respuesta: Bash script to install SA-MP server - Code8976Man - 14.03.2011

Thanks, that's very useful.


Re: Bash script to install SA-MP server - linuxthefish - 17.05.2011

Updated, now it's even easier!

(permissions changed, changes dictionary at the end)