3 lines
82 B
Cheetah
3 lines
82 B
Cheetah
|
#!/bin/bash
|
||
|
flatpak install -y --user {{ .packages.linux.flatpaks | join " " -}}
|