Raspberry Pi 2 - Arch Install October 02, 2015 12:15AM |
Registered: 9 years ago Posts: 7 |
pacman -Syu
pacman -S lighttpd --noconfirm systemctl stop lighttpd systemctl disable lighttpd
pacman -S dnsmasq --noconfirm systemctl stop dnsmasq systemctl disable dnsmasq
pacman -S hostapd --noconfirm systemctl stop hostapd systemctl disable hostapd
pacman -S iw --noconfirm
rm /bin/sh ln /bin/bash /bin/sh chmod a+rw /bin/sh
cd ~/ pacman -S wget --noconfirm wget http://downloads.piratebox.de/piratebox-ws_current.tar.gz tar xzf piratebox-ws_current.tar.gz
cd ~/piratebox/init.d/ wget https://raw.githubusercontent.com/PirateBox-Dev/PirateBoxScripts_Webserver/master/BuildScripts/piratebox.service
cd ~/piratebox/ mkdir -p /opt cp -rv piratebox/ /opt cd /opt/piratebox/ sed 's#DROOPY_USE_USER="no"#DROOPY_USE_USER="yes"#' -i /opt/piratebox/conf/piratebox.conf
cp /opt/piratebox/init.d/piratebox.service /etc/systemd/system/piratebox.service
groupadd nogroup; useradd -g nogroup nobody; usermod -a -G nogroup nobody;
pacman -S gcc pacman -S make cd ~/ wget http://ftp.de.debian.org/debian/pool/main/d/dpkg/dpkg_1.18.3.tar.xz tar -xvf dpkg_1.18.3.tar.xz cd dpkg-1.18.3/ ./configure make cd utils/ make install start-stop-daemon
pacman -S python2 ln -s /usr/bin/python2 /usr/bin/python
systemctl enable piratebox systemctl start piratebox
Re: Raspberry Pi 2 - Arch Install October 02, 2015 02:51AM |
Admin Registered: 13 years ago Posts: 4,680 |
Re: Raspberry Pi 2 - Arch Install October 02, 2015 05:16AM |
Registered: 9 years ago Posts: 7 |
JBJ
Re: Raspberry Pi 2 - Arch Install October 10, 2015 02:09PM |
Re: Raspberry Pi 2 - Arch Install October 11, 2015 04:02PM |
Admin Registered: 13 years ago Posts: 4,680 |
JBJ
Re: Raspberry Pi 2 - Arch Install October 11, 2015 07:11PM |
Re: Raspberry Pi 2 - Arch Install October 13, 2015 06:19AM |
Re: Raspberry Pi 2 - Arch Install October 13, 2015 09:08PM |
Re: Raspberry Pi 2 - Arch Install October 15, 2015 06:43PM |
Admin Registered: 13 years ago Posts: 4,680 |
Re: Raspberry Pi 2 - Arch Install October 17, 2015 01:32PM |
Re: Raspberry Pi 2 - Arch Install November 17, 2015 06:45AM |
Registered: 9 years ago Posts: 3 |
Re: Raspberry Pi 2 - Arch Install November 22, 2015 12:57PM |
Registered: 9 years ago Posts: 2 |
Re: Raspberry Pi 2 - Arch Install March 24, 2019 05:10AM |
Registered: 5 years ago Posts: 3 |