fix
This commit is contained in:
parent
f57afea8ae
commit
56b96d89a5
2 changed files with 20 additions and 12 deletions
21
packages.txt
21
packages.txt
|
@ -1,18 +1,21 @@
|
|||
pacman -Syu base base-devel syslinux efibootmgr efitools \
|
||||
base base-devel syslinux efibootmgr efitools \
|
||||
grub intel-ucode os-prober btrfs-progs dosfstools arch-install-scripts xorriso \
|
||||
cdrtools squashfs-tools wget dosfstools btrfs-progs gdisk \
|
||||
\
|
||||
xorg-server xorg-xinit xorg-drivers acpid ntp dbus avahi cups cronie arandr \
|
||||
xf86-input-synaptics ttf-dejavu xscreensaver \
|
||||
xorg-server xorg-xinit xorg-drivers acpid ntp dbus avahi cups hplip cronie arandr \
|
||||
xf86-input-synaptics ttf-dejavu xscreensaver exfat-utils ntfs-3g \
|
||||
openssh git netsurf mplayer dialog xorriso cdrtools \
|
||||
xorg xorg-twm xorg-xclock xterm alsa-utils pulseaudio pulseaudio-alsa pavucontrol \
|
||||
\
|
||||
firefox firefox-i18n-de firefox-noscript firefox-adblock-plus flashplugin chromium \
|
||||
libreoffice-fresh libreoffice-fresh-de vlc brasero \
|
||||
inkscape audacity atom mumble gimp hplip exfat-utils ntfs-3g transmission-gtk \
|
||||
kdenlive freeciv minetest teeworlds qemu blender simplescreenrecorder \
|
||||
obs-studio ardour hydrogen python python-pip jdk8-openjdk netbeans htop \
|
||||
0ad assaultcube megaglest hedgewars youtube-dl libdvdread libdvdcss libdvdnav \
|
||||
firefox firefox-i18n-de firefox-noscript firefox-adblock-plus flashplugin \
|
||||
libreoffice-fresh libreoffice-fresh-de vlc brasero transmission-gtk \
|
||||
evince simple-scan file-roller galculator leafpad \
|
||||
\
|
||||
qemu blender simplescreenrecorder obs-studio ardour hydrogen python python-pip \
|
||||
jdk8-openjdk netbeans htop youtube-dl libdvdread libdvdcss libdvdnav kdenlive \
|
||||
inkscape audacity atom mumble gimp \
|
||||
\
|
||||
0ad assaultcube megaglest hedgewars freeciv minetest teeworlds
|
||||
\
|
||||
murmur snapd apache docker \
|
||||
\
|
||||
|
|
|
@ -5,9 +5,9 @@ fi
|
|||
|
||||
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 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
|
||||
nvidia-xconfig
|
||||
|
||||
add-apt-repository ppa:wfg/0ad
|
||||
|
@ -30,6 +30,11 @@ apt-get install spotify-client
|
|||
|
||||
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
|
||||
|
||||
# netbeans + jdk
|
||||
# atom
|
||||
|
|
Loading…
Reference in a new issue