This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |