Created
August 26, 2020 13:38
-
-
Save wasimosmanhome/89e9a808373e68443654e4b54a36b03a to your computer and use it in GitHub Desktop.
pyinstallation.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copy Documents contents | |
sudo apt-get update -y && sudo apt-get upgrade -y --allow-unauthenticated && sudo apt-get dist-upgrade -y && sudo dpkg -i /home/pi/Documents/htop_2.0.2-2_armhf.deb | |
sudo apt-get install fish screen -y | |
# Plex | |
sudo apt-get install apt-transport-https -y | |
curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add - | |
echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list | |
sudo apt-get update -y | |
sudo apt-get install plexmediaserver -y | |
# | |
bash transmission_install | |
sudo apt install firefox-esr | |
# | |
wget https://packagecloud.io/headmelted/codebuilds/gpgkey -O - | sudo apt-key add - | |
curl -L https://raw.githubusercontent.com/headmelted/codebuilds/master/docs/installers/apt.sh | sudo bash | |
sudo apt-get install apt-transport-https -y | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment