We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c203e2a commit e2d85f0Copy full SHA for e2d85f0
Scripts/migrations/v25.9.1.sh
@@ -1,7 +1,6 @@
1
#!/usr/bin/env sh
2
3
-echo "Replacing rofi-wayland to rofi"
4
-
5
-sudo pacman -Sy
6
-sudo pacman -Rns --noconfirm rofi-wayland
7
-sudo pacman -S --noconfirm rofi
+echo "Please be sure to update rofi"
+echo "Arch repo now support rofi-wayland inside rofi package"
+echo "If you are using arch linux or an arch based distro please remove rofi-wayland and install rofi"
+echo "sudo pacman -Syu should also do the trick"
0 commit comments