mirror of
https://git.icinga.com/packaging/rpm-icinga2.git
synced 2025-09-26 19:39:31 +02:00
8 lines
153 B
Bash
Executable File
8 lines
153 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
curl -LsS --output icinga2.spec~ "https://raw.githubusercontent.com/Icinga/icinga2/master/icinga2.spec"
|
|
|
|
diff -Nau icinga2.spec{,~}
|