Update parrot-steam.sh
This commit is contained in:
parent
5543ab7eb3
commit
5345a6487a
@ -4,10 +4,13 @@ set -e
|
||||
# Give correct perms to Pika Package Processor
|
||||
chmod 755 ./ppp
|
||||
|
||||
# External steam-powered mirror
|
||||
# External steam-powered mirror -added vscode and discord here because I am lazy
|
||||
mkdir -p ./output
|
||||
./ppp https://ppa.pika-os.com/dists/pika/parrot/binary-i386/Packages https://repo.steampowered.com/steam/dists/stable/steam/binary-i386/Packages https://repo.steampowered.com/steam/ ./output/
|
||||
./ppp https://ppa.pika-os.com/dists/pika/parrot/binary-amd64/Packages https://repo.steampowered.com/steam/dists/stable/steam/binary-amd64/Packages https://repo.steampowered.com/steam/ ./output/
|
||||
./ppp https://ppa.pika-os.com/dists/pika/parrot/binary-amd64/Packages https://packages.microsoft.com/repos/code/dists/stable/main/binary-amd64/Packages https://packages.microsoft.com/repos/code/ ./output/
|
||||
./ppp https://ppa.pika-os.com/dists/pika/parrot/binary-amd64/Packages https://palfrey.github.io/discord-apt/debian/Packages https://palfrey.github.io/discord-apt/debian/ ./output/
|
||||
|
||||
|
||||
# Check if any updates have been downloaded
|
||||
if [ $(ls ./output/ | wc -l) -lt 1 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user