/bin/sh replaced with /bin/bash

This commit is contained in:
Stephan Raabe
2023-12-03 17:50:14 +01:00
parent c78daaf725
commit f3a52b3747
10 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
gnome_schema="org.gnome.desktop.interface"
gsettings set "$gnome_schema" icon-theme "Papirus-Dark"
gsettings set "$gnome_schema" cursor-theme "Bibata-Modern-Ice"