5 lines
85 B
Bash
5 lines
85 B
Bash
#!/bin/bash
|
|
sudo apt-get update
|
|
sudo apt-get dist-ugprade
|
|
sudo apt-get install meld
|
|
|