Bestand: /home/karel/scripts/install-Ubuntu-14.04

Download Report

Transcript Bestand: /home/karel/scripts/install-Ubuntu-14.04

Bestand: /home/karel/scripts/install-Ubuntu-14.04-desktop-PC07.sh
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
Pagina 1 van 1
#############################################################################
# Bestand: install-Ubuntu-14.04-desktop-PC07.sh
#
# Doel:
Installatiebestand voor Ubuntu 14.04 LTS desktop op PC07.
#
# Gebruik: In het terminalvenster met script install (aanbevolen):
#
#
install install-Ubuntu-14.04-desktop-PC07.sh
#
#
Direct in het terminalvenster:
#
#
bash install-Ubuntu-14.04-desktop-PC07.sh
#
#
Een opdrachtregel kan ook uitgevoerd worden door deze eerst
#
#
te kopiëren, en daarna te plakken in het terminalvenster,
#
#
bijvoorbeeld via opdracht 'install -s'.
#
# Gebruikt: install-icaclient.sh
#
# Auteur:
Karel Zimmer (http://karelzimmer.nl, [email protected])
#
# ------------------------------------------------------------------------- #
# Dit werk valt onder een Creative Commons Naamsvermelding-GelijkDelen 3.0 #
# Nederland licentie (CC BY-SA 3.0 NL).
#
# Bezoek http://creativecommons.org/licenses/by-sa/3.0/nl/ om een kopie te #
# zien van de licentie of stuur een brief naar Creative Commons,
#
# 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
#
# ------------------------------------------------------------------------- #
# Versies: 1.0.0
2014-04-17 Eerste versie.
#
#
2.0.0
2014-08-27 Recordsoorten gewijzigd.
#
#############################################################################
# VERSION_NUMBER=2.7.1
# RELEASE_DATE=2016-03-10
#---------------------------------------------------------------------------#
# Software installeren
#
#---------------------------------------------------------------------------#
#1 [ 1/4 ] Web en programmeurs-editor - Bluefish
sudo apt-get --assume-yes install bluefish
#1 [ 2/4 ] FTP-programma - FileZilla
sudo apt-get --assume-yes install filezilla
#1 [ 3/4 ] Teksteditor uitbreidingen - gedit
sudo apt-get --assume-yes install gedit-plugins
#1 [ 4/4 ] Telewerken - Citrix Receiver
sudo bash install-icaclient.sh
#---------------------------------------------------------------------------#
# Systeeminstellingen wijzigen
#
#---------------------------------------------------------------------------#
# Einde installatiebestand.