Primi fix.
This commit is contained in:
parent
956d7a3d9a
commit
3e732d69c6
14
README.md
14
README.md
@ -9,3 +9,17 @@ Quindi lanciare l'installazione:
|
|||||||
|
|
||||||
cd tuttinrete
|
cd tuttinrete
|
||||||
sudo bash ./run.sh
|
sudo bash ./run.sh
|
||||||
|
|
||||||
|
# Per i meno impazienti #
|
||||||
|
|
||||||
|
Il presente repository permette la configurazione di un PC appena reinstallato
|
||||||
|
con [Zorin OS 15.2 Educational Lite](https://zorinos.com/education/).
|
||||||
|
|
||||||
|
Il sistema operativo è basato su Ubuntu «Bionic Beaver» 18.04 LTS, utilizza
|
||||||
|
XFCE come *desktop environment* ma ha un *look and feel* particolarmente
|
||||||
|
simile a Microsoft Windows.
|
||||||
|
|
||||||
|
La distribuzione, all'atto dell'installazione, richiede 20 GB di spazio disco
|
||||||
|
che già riempie con una gran quantità di software didattici.
|
||||||
|
|
||||||
|
A questa base, abbiamo pensato di aggiungere alcune applicazioni aggiuntive.
|
||||||
|
@ -3,4 +3,4 @@
|
|||||||
url: "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
|
url: "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
|
||||||
dest: /tmp/google-chrome-stable_current_amd64.deb
|
dest: /tmp/google-chrome-stable_current_amd64.deb
|
||||||
|
|
||||||
- apt: name=/tmp/google-chrome-stable_current_amd64.deb state=present
|
- shell: dpkg -i /tmp/google-chrome-stable_current_amd64.deb
|
||||||
|
@ -6,4 +6,4 @@
|
|||||||
|
|
||||||
- apt_key: keyserver=keyserver.ubuntu.com id=396060CADD8A75220BFCB369B903BF1861A7C71D
|
- apt_key: keyserver=keyserver.ubuntu.com id=396060CADD8A75220BFCB369B903BF1861A7C71D
|
||||||
|
|
||||||
- apt: name=/tmp/zoom_amd64.deb state=present
|
- shell: dpkg -i /tmp/zoom_amd64.deb
|
||||||
|
Loading…
Reference in New Issue
Block a user