initial commit
This commit is contained in:
4
scripts/apt-install.sh
Executable file
4
scripts/apt-install.sh
Executable 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 "$@"
|
Reference in New Issue
Block a user