Skip to content

Commit b0dcf30

Browse files
Update init-alpine.sh
1 parent a06071c commit b0dcf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/terminal/scripts/init-alpine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export PATH=\$PATH:/bin:/sbin:/usr/bin:/usr/sbin:/usr/share/bin:/usr/share/sbin:
7373
export HOME=/home
7474
export TERM=xterm-256color
7575
export SHELL=\$(command -v bash)
76-
export PIP_BREAK_SYSTEM_PACKAGES=1"
76+
export PIP_BREAK_SYSTEM_PACKAGES=1
7777
7878
if [ -s /etc/acode_motd ]; then
7979
cat /etc/acode_motd

0 commit comments

Comments
 (0)