gitpod: fixed syntax err

This commit is contained in:
Kreyren 2020-01-25 16:36:24 +00:00
parent f60e7866da
commit 78f55d661d

@ -16,7 +16,7 @@ RUN apt install -y shellcheck firefox tree xclip
RUN if ! grep -qF 'ix()' /etc/bash.bashrc; then printf '%s\n' \
'# Custom' \
"ix() { curl -F 'f:1=<-' ix.io 2>/dev/null ;}" \
"xcopy() { xcopy="xclip -se C" ;}" \
"xcopy() { xclip -se C ;}" \
>> /etc/bash.bashrc; fi
# Remove apt sources to clean up space