Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
allgo
allgo
Commits
ab95d548
Commit
ab95d548
authored
May 14, 2019
by
BAIRE Anthony
Browse files
fix the path of the 'nano' command in the toolbox container
it seems that debian moved '/usr/bin/nano' to '/bin/nano'
parent
7d53d8e3
Pipeline
#78161
passed with stages
in 1 minute and 55 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
toolbox/files/usr/local/bin/toolbox-update
View file @
ab95d548
#!/bin/sh
BIN_COMMANDS
=
"ps less nc.openbsd"
BIN_COMMANDS
=
"ps less
nano
nc.openbsd"
# FIXME gvim is disabled because it is broken:
# - missing fonts (see fonts.conf(5))
# - missing icons
USR_BIN_COMMANDS
=
"scp ssh sshd ssh-keygen xauth top vi vim
nano
nc"
USR_BIN_COMMANDS
=
"scp ssh sshd ssh-keygen xauth top vi vim nc"
set
-ex
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment