mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-12-12 01:48:57 -07:00
4 lines
157 B
Bash
4 lines
157 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
wget https://download-cdn.resilio.com/2.6.4.1344/Debian/resilio-sync_2.6.4.1344-1_amd64.deb
|
||
|
apt install ./resilio-sync_2.6.4.1344-1_amd64.deb -y
|