mirror of
https://github.com/Frail7487Real/laughing-spork.git
synced 2024-11-14 10:44:58 -05:00
add mega
This commit is contained in:
parent
6f91acb3c1
commit
e97125d49a
1 changed files with 4 additions and 0 deletions
4
.github/workflows/runglobal.yml
vendored
4
.github/workflows/runglobal.yml
vendored
|
@ -39,6 +39,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt update -y
|
sudo apt update -y
|
||||||
sudo apt install git wget docker-compose mosh -y
|
sudo apt install git wget docker-compose mosh -y
|
||||||
|
|
||||||
|
wget -O /tmp/mega.deb https://mega.nz/linux/repo/xUbuntu_24.04/amd64/megacmd-xUbuntu_24.04_amd64.deb
|
||||||
|
sudo apt install -y "/tmp/mega.deb"
|
||||||
|
|
||||||
curl -fsSL https://tailscale.com/install.sh | sh
|
curl -fsSL https://tailscale.com/install.sh | sh
|
||||||
|
|
||||||
npm install -g serve
|
npm install -g serve
|
||||||
|
|
Loading…
Reference in a new issue