5 lines
134 B
Text
5 lines
134 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# add a default repo (flathub.org)
|
||
|
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|