dist-upgrade changed to full-upgrade, following changes in the newest ubuntu
This commit is contained in:
parent
2190f40e16
commit
19f036ab4d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
sudo apt-get update
|
||||
sudo apt-get dist-upgrade
|
||||
sudo apt-get full-upgrade
|
||||
sudo apt-get install meld whois zsh tmux vim atop aria2 curl pv pixz gajim tor torsocks
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
|
Loading…
Reference in a new issue