mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-25 01:35:24 -07:00
4 lines
No EOL
157 B
Bash
Executable file
4 lines
No EOL
157 B
Bash
Executable file
#!/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 |