This repository has been archived on 2024-05-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
soifai/config/scripts/TRAINING/10-config
2022-07-15 11:59:26 +02:00

8 lines
165 B
Bash
Executable file

#! /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