You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
315 B
13 lines
315 B
5 years ago
|
#!/bin/bash
|
||
|
|
||
|
# La variable d'environnement qui définira l'emplacement
|
||
|
# de l'ensemble du socle Bash
|
||
|
NC_EXPL_ROOT=/opt/tetalab
|
||
|
export NC_EXPL_ROOT
|
||
|
|
||
|
# Le repertoire d'installation des fichiers de profiles système
|
||
|
PROFILE_DIR=/etc/profile.d
|
||
|
|
||
|
# Le nom du fichier de profile système à créer
|
||
|
PROFILE_FILE=tetalab.sh
|