Skip to content

Commit fdabb83

Browse files
author
PJFonseca
committed
install signal
1 parent 8ec44d6 commit fdabb83

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

includes/.install

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,16 @@ function default_editors(){
183183
xdg-mime default code.desktop text/plain
184184
xdg-mime default firefox.desktop text/html
185185
}
186+
function signal_install(){
187+
curl -L \
188+
-o /tmp/network_im_signal.repo \
189+
http://download.opensuse.org/repositories/network:/im:/signal/Fedora_37/network:im:signal.repo
190+
sed -i 's/37/$releasever/g' /tmp/network_im_signal.repo
191+
sudo dnf config-manager --add-repo /tmp/network_im_signal.repo
192+
sudo dnf update
193+
sudo dnf install -y signal-desktop
194+
}
195+
186196

187197
function obs_install(){
188198
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

0 commit comments

Comments
 (0)