bs_nix/setup3_ubuntu_pkg.sh

10 lines
368 B
Bash
Raw Normal View History

2018-12-16 08:48:50 +00:00
#!/bin/bash
echo "Installing packages"
sudo add-apt-repository -y -u ppa:snwh/ppa
sudo add-apt-repository -y ppa:graphics-drivers
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt install -y vim arc-theme gnome-tweak-tool paper-icon-theme ibus-pinyin clang lld qemu cmake nasm grub-pc-bin bochs bochs-sdl xorriso
sudo apt-get -y autoremove
ibus restart