Skip to content

Commit a340816

Browse files
author
c35nbw
committed
remove ENV_FILE = /etc/environnement for root image in onyxia-set-repositories.sh
1 parent b6b3e6d commit a340816

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

base/scripts/onyxia-set-repositories.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/usr/bin/env bash
22

3-
if [[ $SUDO -eq 0 ]]; then
4-
ENV_FILE=/etc/environment
5-
else
6-
ENV_FILE=${HOME}/.bashrc
7-
fi
3+
ENV_FILE=${HOME}/.bashrc
84

95
# Python configuration
106

0 commit comments

Comments
 (0)