File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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
187197function 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
You can’t perform that action at this time.
0 commit comments