diff --git a/Raspberry-Pi-Install-script.md b/Raspberry-Pi-Install-script.md deleted file mode 100644 index 2745035..0000000 --- a/Raspberry-Pi-Install-script.md +++ /dev/null @@ -1,42 +0,0 @@ -#Raspberry Pi Autoinstaller -###NOT FULLY TESTED. DONT USE! - -``` -#!/bin/sh -sudo apt-get update -sudo apt-get install libssl-dev openssl -y -sudo mkdir pythonbuild -cd pythonbuild/ -sudo wget https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tgz -sudo tar xvfz Python-3.5.1.tgz -cd Python-3.5.1/ -sudo ./configure -sudo make -sudo make install -sudo apt-get install git -y -sudo pip3.5 install git+https://github.com/Rapptz/discord.py@async -sudo pip3.5 install requests -sudo pip3.5 install youtube_dl -sudo pip3.5 install beautifulsoup4 -sudo apt-get install libxext-dev -y -cd -cd /usr/src -git clone git://git.videolan.org/x264 -cd x264 -./configure --host=arm-unknown-linux-gnueabi --enable-static --disable-opencl -sudo make -sudo install -cd -cd /usr/src -git clone git://source.ffmpeg.org/ffmpeg.git -cd ffmpeg -sudo ./configure --arch=armel --target-os=linux --enable-gpl --enable-libx264 --enable-nonfree --enable-openssl -sudo make -sudo make install -sudo apt-get install libopus0 -y -cd -cd Desktop/ -sudo git clone https://github.com/Twentysix26/Red-DiscordBot.git -cd Red-DiscordBot -sudo python3 red.py -``` \ No newline at end of file