We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ede547c + 0f81e34 commit 69951e4Copy full SHA for 69951e4
.github/scripts/git_debug_image.sh
@@ -29,12 +29,13 @@ BRANCH_NAME="$1" # git branch name
29
. /etc/os-release
30
echo "deb http://deb.debian.org/debian $VERSION_CODENAME main" > /etc/apt/sources.list
31
apt update
32
-apt install -y git vim emacs-nox
+apt install -y --no-install-recommends git vim-tiny mg
33
34
# Add aliases to bash
35
cat << EOF >> /home/user/.bashrc
36
alias ll='ls -alFh'
37
alias ls='ls --color=auto'
38
+alias vim='vim.tiny'
39
EOF
40
41
# Git clone the project branch with HTTP authentication so we don't need any
0 commit comments