mirror of
https://git.icinga.com/packaging/rpm-icingaweb2.git
synced 2025-07-31 01:44:06 +02:00
8 lines
165 B
Bash
Executable File
8 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
curl -LsS --output icingaweb2.spec~ "https://raw.githubusercontent.com/Icinga/icingaweb2/master/icingaweb2.spec"
|
|
|
|
diff -Nau icingaweb2.spec{,~}
|