Jump to content

Help needed with Shadow PC USB Re diversion on Linux - Installing

I will be honest, I am very new to all of this, I am having trouble installing the USB drivers for Shadow PC running on a Chromebook, with a Linux VM running on it. The guide they have on the website tells me to do this 

 

"

sudo apt-get install wget gpg

wget -qO- http://repository.shadow.tech/shadow_signing.key | gpg --dearmor > packages.shadowapp.gpg

sudo install -o root -g root -m 644 packages.shadowapp.gpg /etc/apt/trusted.gpg.d/

sudo sh -c 'echo "deb [arch=arm64] http://repository.shadow.tech/prod bullseye main" > /etc/apt/sources.list.d/shadow-prod.list'

rm -f packages.shadowapp.gpg

 

 

Then update the package cache and install the package using:

 

sudo apt update

sudo apt install shadowusb"

 

Link HERE for reference

 

I just really don't know what I am doing when it comes to using Terminal and I have tried to enter these in this order and it does not work, could use some help from a pro.

 

Cheers

 - Dom

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×