fix
This commit is contained in:
parent
98dd96eb3e
commit
5a18a93299
1 changed files with 8 additions and 8 deletions
|
@ -7,12 +7,12 @@ set -x
|
|||
|
||||
apt update
|
||||
apt upgrade
|
||||
apt install hedgewars minetest minetest-server teeworlds teeworlds-server mumble mumble-server freeciv gnome-chess gnuchess inkscape gimp ffmpeg git htop android-tools-adb android-tools-fastboot qemu-system btrfs-tools nvidia-367 nvidia-settings
|
||||
apt install hedgewars minetest minetest-server teeworlds teeworlds-server mumble mumble-server freeciv gnome-chess gnuchess inkscape gimp ffmpeg git htop android-tools-adb android-tools-fastboot qemu-system btrfs-tools nvidia-367 nvidia-settings -y
|
||||
nvidia-xconfig
|
||||
|
||||
add-apt-repository ppa:wfg/0ad
|
||||
apt-get update
|
||||
apt-get install 0ad
|
||||
apt-get install 0ad -y
|
||||
|
||||
# 1. Add the Spotify repository signing key to be able to verify downloaded packages
|
||||
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
|
||||
|
@ -24,17 +24,17 @@ echo deb http://repository.spotify.com stable non-free | tee /etc/apt/sources.li
|
|||
apt-get update
|
||||
|
||||
# 4. Install Spotify
|
||||
apt-get install spotify-client
|
||||
apt-get install spotify-client -y
|
||||
|
||||
# dd bs=4M if=2017-03-02-raspbian-jessie.img of=/dev/sdd status=progress && sync
|
||||
|
||||
mkdir -p /media/hdd
|
||||
echo "/dev/sda1 /media/hdd ext4 defaults 0 2" >> /etc/fstab
|
||||
echo "/media/hdd/mnt/Musik /home/$USER/Musik none bind 0 0" >> /etc/fstab
|
||||
echo "/media/hdd/mnt/Bilder /home/$USER/Bilder none bind 0 0" >> /etc/fstab
|
||||
echo "/media/hdd/mnt/Dokumente /home/$USER/Dokumente none bind 0 0" >> /etc/fstab
|
||||
echo "/media/hdd/mnt/Videos /home/$USER/Videos none bind 0 0" >> /etc/fstab
|
||||
echo "/media/hdd/mnt/Downloads /home/$USER/Downloads none bind 0 0" >> /etc/fstab
|
||||
echo "/media/hdd/mnt/Musik /home/simono41/Musik none bind 0 0" >> /etc/fstab
|
||||
echo "/media/hdd/mnt/Bilder /home/simono41/Bilder none bind 0 0" >> /etc/fstab
|
||||
echo "/media/hdd/mnt/Dokumente /home/simono41/Dokumente none bind 0 0" >> /etc/fstab
|
||||
echo "/media/hdd/mnt/Videos /home/simono41/Videos none bind 0 0" >> /etc/fstab
|
||||
echo "/media/hdd/mnt/Downloads /home/simono41/Downloads none bind 0 0" >> /etc/fstab
|
||||
|
||||
# netbeans + jdk
|
||||
# atom
|
||||
|
|
Loading…
Reference in a new issue