Initial commit
This commit is contained in:
commit
295a111cec
89 changed files with 2897 additions and 0 deletions
8
config/scripts/TRAINING/10-config
Executable file
8
config/scripts/TRAINING/10-config
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#! /bin/bash
|
||||
|
||||
error=0; trap 'error=$(($?>$error?$?:$error))' ERR # save maximum error code
|
||||
|
||||
# Remove APT proxy
|
||||
rm -f $target/etc/apt/apt.conf.d/02proxy
|
||||
|
||||
exit $error
|
||||
Reference in a new issue