This commit is contained in:
2026-03-15 18:39:58 +01:00
parent 59db877c85
commit 4f05a86efe
16 changed files with 665 additions and 8 deletions
+4
View File
@@ -4,6 +4,10 @@ package_is_installed() {
dpkg -s "$1" >/dev/null 2>&1
}
package_is_available() {
apt-cache show "$1" >/dev/null 2>&1
}
package_refresh_indexes() {
apt-get update
}