10 lines
120 B
Bash
Executable file
10 lines
120 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Checking if miniupnpc is installed
|
|
|
|
sudo apt update
|
|
sudo apt install -y miniupnpc
|
|
|
|
# Opening the ports
|
|
|
|
|