initial commit

This commit is contained in:
2024-06-23 11:54:59 +03:00
commit c9200b8d39
20 changed files with 736 additions and 0 deletions

4
scripts/apt-install.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
set -ef
apt-env.sh apt-get update
exec apt-env.sh apt-get install -y --no-install-recommends "$@"