Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
cd ~/
sudo apt update
sudo apt upgrade -y
sudo apt install man wget git ssh emacs opam make curl cmake python3 python3-pip python-pip m4 bubblewrap gcc gdb valgrind clang -y
sudo strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
sudo ln -s /proc/self/mounts /etc/mtab
sudo chmod u+s /bin/ping
echo export DISPLAY=:0 >> ~/.bashrc
source .bashrc