Skip to content

Commit

Permalink
Update kernel-longterm status.sh and perms
Browse files Browse the repository at this point in the history
  • Loading branch information
kwizart committed Feb 15, 2024
1 parent fc626c4 commit 1766ee3
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 3 deletions.
Empty file modified plugins/kernel-longterm-5.15.plugin/install.sh 100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion plugins/kernel-longterm-5.15.plugin/metadata.json
Expand Up @@ -13,6 +13,6 @@
"label": "Remove",
"command": "run-as-root -s remove.sh "
},
"status": { "command": "rpm --quiet --query kernel-longterm" }
"status": { "command": "status.sh" }
}
}
Empty file modified plugins/kernel-longterm-5.15.plugin/remove.sh 100644 → 100755
Empty file.
6 changes: 6 additions & 0 deletions plugins/kernel-longterm-5.15.plugin/status.sh
@@ -0,0 +1,6 @@
#!/usr/bin/bash
#

if [ -f "/etc/yum.repos.d/_copr:copr.fedorainfracloud.org:kwizart:kernel-longterm-5.15.repo" ] ; then
exit 1
fi
Empty file modified plugins/kernel-longterm-6.1.plugin/install.sh 100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion plugins/kernel-longterm-6.1.plugin/metadata.json
Expand Up @@ -13,6 +13,6 @@
"label": "Remove",
"command": "run-as-root -s remove.sh "
},
"status": { "command": "rpm --quiet --query kernel-longterm" }
"status": { "command": "status.sh" }
}
}
Empty file modified plugins/kernel-longterm-6.1.plugin/remove.sh 100644 → 100755
Empty file.
6 changes: 6 additions & 0 deletions plugins/kernel-longterm-6.1.plugin/status.sh
@@ -0,0 +1,6 @@
#!/usr/bin/bash
#

if [ -f "/etc/yum.repos.d/_copr:copr.fedorainfracloud.org:kwizart:kernel-longterm-6.1.repo" ] ; then
exit 1
fi
Empty file modified plugins/kernel-longterm-6.6.plugin/install.sh 100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion plugins/kernel-longterm-6.6.plugin/metadata.json
Expand Up @@ -13,6 +13,6 @@
"label": "Remove",
"command": "run-as-root -s remove.sh "
},
"status": { "command": "rpm --quiet --query kernel-longterm" }
"status": { "command": "status.sh" }
}
}
Empty file modified plugins/kernel-longterm-6.6.plugin/remove.sh 100644 → 100755
Empty file.
6 changes: 6 additions & 0 deletions plugins/kernel-longterm-6.6.plugin/status.sh
@@ -0,0 +1,6 @@
#!/usr/bin/bash
#

if [ -f "/etc/yum.repos.d/_copr:copr.fedorainfracloud.org:kwizart:kernel-longterm-6.6.repo" ] ; then
exit 1
fi

0 comments on commit 1766ee3

Please sign in to comment.