3 lines
71 B
Bash
Executable File
3 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
gx-env-run-root apt update
|
|
gx-env-run-root apt install "$1" |