3 lines
55 B
Bash
3 lines
55 B
Bash
#!/bin/sh
|
|
sudo apt update && sudo apt install libmagic
|
#!/bin/sh
|
|
sudo apt update && sudo apt install libmagic
|