Standardized apt-get update per aptalca

This commit is contained in:
TheCaptain989
2021-12-27 16:00:55 -06:00
parent 2122355540
commit 73cdbaa2d4
2 changed files with 5 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bash
if [ -f /usr/bin/apt ]; then
apt-get update
fi