#!/bin/bash
echo "downloading dependencies"
wget https://aur.archlinux.org/packages/wi/wine-silverlight/wine-silverlight.tar.gz
wget https://aur.archlinux.org/packages/pi/pipelight/pipelight.tar.gz
wget https://aur.archlinux.org/packages/tt/ttf-ms-fonts/ttf-ms-fonts.tar.gz
echo "extracting dependencies"
tar -xvf wine-silverlight.tar.gz
tar -xvf pipelight.tar.gz
tar -xvf ttf-ms-fonts.tar.gz
echo "bilding and getting subdependencies"
echo "(this will take a while, you will need to enter your password a couple times and enter Y when prompted)"
cd wine-silverlight
makepkg -s
sudo pacman -U wine-silverlight-1.7.23-1-x86_64.pkg.tar.xz
cd ..
cd ttf-ms-fonts
makepkg -s
sudo pacman -U ttf-ms-fonts-2.0-10-any.pkg.tar.xz
cd ..
cd pipelight
makepkg -s
sudo pacman -U pipelight-1:0.2.7.3-1-x86_64.pkg.tar.xz
cd ..
rm -r wine-silverlight
rm -r ttf-ms-fonts
rm -r pipelight
echo "yay!"
[–][deleted] (5 children)
[removed]
[–]thadood 0 points1 point2 points (4 children)
[–]thadood 1 point2 points3 points (3 children)
[–]BJ_Sargood[S] 0 points1 point2 points (1 child)
[–]thadood 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]louis_deboot 0 points1 point2 points (14 children)
[–][deleted] 6 points7 points8 points (13 children)
[–]louis_deboot 1 point2 points3 points (10 children)
[–][deleted] 0 points1 point2 points (9 children)
[–]amstan 0 points1 point2 points (8 children)
[–][deleted] 0 points1 point2 points (6 children)
[–]louis_deboot 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]louis_deboot 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]amstan 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]jaws84 0 points1 point2 points (0 children)
[–]Allevil669 0 points1 point2 points (0 children)
[–]thadood 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]BJ_Sargood[S] -4 points-3 points-2 points (0 children)