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.
1 parent 03ba353 commit 3eed42eCopy full SHA for 3eed42e
root/etc/s6-overlay/s6-rc.d/init-mod-code-server-bat-install/run
@@ -46,15 +46,12 @@ fi
46
47
48
if [ -f ~/bat-extras/README.md ]; then
49
+ echo 'Bat-extras already installed, skipping'
50
+else
51
echo 'Installing bat-extras'
52
git clone https://github.com/eth-p/bat-extras.git ~/
53
cd ~/bat-extras/src
54
chmod +x ~/bat-extras/src/*.sh
55
mkdir -p ~/bin
56
ln -s ~/bat-extras/src/*.sh ~/bin
-else
- echo 'Bat-extras already installed, skipping'
57
fi
58
-
59
60
0 commit comments