5 lines
96 B
Bash
5 lines
96 B
Bash
#!/bin/bash
|
|
#shellcheck disable=SC2154
|
|
|
|
[ -n "$flatpak" ] && flatpak install -y "${flatpak[@]}"
|