-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfedora-postinstall.sh
More file actions
97 lines (74 loc) · 2.53 KB
/
fedora-postinstall.sh
File metadata and controls
97 lines (74 loc) · 2.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
VER=$(cat /etc/fedora-release |awk '{print $3}')
#----------------
# Immediate Stuff
#----------------
yum install vim gvim gnome-tweak-tool yum-plugin-fastestmirror -y
#----------------
# Update Fedora
#----------------
sudo yum update -y
#----------------
# Add Other OSes
# to grub.
# Make sure HDDs
# are connected!
#----------------
yum install os-prober
##Uncomment when put in a function
#cp /boot/grub2/grub.cfg /boot/grub2/grub.cfg.bak
#grub2-mkconfig -o /boot/grub2/grub.cfg
#----------------
# AMD Catalyst
# Driver
#----------------
yum install gcc kernel-devel kernel-headers wget
#----------------
# RPM Fusion
#----------------
rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$VER.noarch.rpm
rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$VER.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$VER-primary
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$VER-primary
#----------------
# Gnome Stuff
#----------------
##Extensions
yum install gnome-shell-extension-common \
gnome-shell-extension-user-theme \
gnome-shell-extension-alternate-tab \
gnome-shell-extension-apps-menu \
gnome-shell-extension-auto-move-windows \
gnome-shell-extension-calc \
gnome-shell-extension-drive-menu \
gnome-shell-extension-gpaste \
gnome-shell-extension-launch-new-instance \
gnome-shell-extension-native-window-placement \
gnome-shell-extension-places-menu \
gnome-shell-extension-systemMonitor \
gnome-shell-extension-weather \
gnome-shell-extension-window-list \
gnome-shell-extension-windowsNavigator \
gnome-shell-extension-workspace-indicator -y
##Themes
yum install gnome-shell-theme-zukitwo gnome-shell-theme-zukiwi -y
#----------------
# Internet Stuff
#----------------
##Flash
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
yum install flash-plugin -y
##Skype
yum install alsa-lib.i686 libXv.i686 libXScrnSaver.i686 qt.i686 qt-x11.i686 -y
wget http://www.skype.com/go/getskype-linux-beta-fc10
mv getskype-linux-beta-fc10 getskype-linux-beta-fc10.rpm
yum install getskype-linux-beta-fc10.rpm -y
rm -f getskype-linux-beta-fc10.rpm
##Dropbox
##Copy.com
##Chrome
#----------------
# Electronic Lab
# & Other Tools
#----------------
yum groups install 'Electronic Lab'