Sha256: 78582e84a8764468a6794d053b9d0e436d36f4f7d416aafe218148809368a2a1

Contents?: true

Size: 154 Bytes

Versions: 12

Compression:

Stored size: 154 Bytes

Contents

#!/bin/bash

if [ -f .veewee_params ]
then
  . .veewee_params
fi

# Upgrade all to the latest versions
apt-get -y update
apt-get -y upgrade
apt-get clean

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/ubuntu-11.04-server-amd64/apt-upgrade.sh
veewee-0.5.0.alpha3 templates/ubuntu-11.04-server-amd64/apt-upgrade.sh
veewee-0.5.0.alpha2 templates/ubuntu-11.04-server-amd64/apt-upgrade.sh
veewee-0.5.0.alpha1 templates/ubuntu-11.04-server-amd64/apt-upgrade.sh
veewee-0.4.5.1 templates/ubuntu-11.04-server-amd64/apt-upgrade.sh
veewee-0.4.5 templates/ubuntu-11.04-server-amd64/apt-upgrade.sh
veewee-0.4.5.pre1 templates/ubuntu-11.04-server-amd64/apt-upgrade.sh
veewee-0.4.4 templates/ubuntu-11.04-server-amd64/apt-upgrade.sh
veewee-0.4.3 templates/ubuntu-11.04-server-amd64/apt-upgrade.sh
veewee-0.4.2 templates/ubuntu-11.04-server-amd64/apt-upgrade.sh
veewee-0.4.1 templates/ubuntu-11.04-server-amd64/apt-upgrade.sh
veewee-0.4.0 templates/ubuntu-11.04-server-amd64/apt-upgrade.sh