File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ apt-get install \
1717 apt-transport-https autojump bleachbit bluetooth build-essential ca-certificates \
1818 cifs-utils clamtk cmake curl cutecom \
1919 docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin \
20- exfatprogs filelight filezilla freerdp2-wayland gfortran gimp git git-gui gparted htop \
20+ exfatprogs filelight filezilla freerdp2-wayland gcc-multilib g++-multilib gfortran gimp git git-gui gparted htop \
2121 inkscape kde-config-flatpak keepassxc ktorrent \
2222 libreoffice libreoffice-help-fi lm-sensors mumble network-manager-openvpn openssh-server optipng \
2323 pipewire-audio powertop \
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ bindkey -M isearch " " magic-space
316316
317317# Print stderr with red. For more see
318318# https://github.com/sickill/stderred
319- STDERRED_PATH=" $HOME /Git/stderred/build /libstderred.so"
319+ STDERRED_PATH=" $HOME /Git/stderred/lib64 /libstderred.so"
320320if [ -f $STDERRED_PATH ]; then
321321 export LD_PRELOAD=" ${STDERRED_PATH}${LD_PRELOAD: +: $LD_PRELOAD } "
322322 red_colored_text=$( tput setaf 9)
You can’t perform that action at this time.
0 commit comments