mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 06:27:59 +01:00
Made apt-get update execute during the VM provisioning process.
This commit is contained in:
parent
7dc2b9fd04
commit
e593d07411
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo "Running apt-get update..."
|
||||
#sudo apt-get -qq update
|
||||
sudo apt-get -qq update
|
||||
|
||||
echo "Installing tagging tools..."
|
||||
sudo apt-get -qq install -y AtomicParsley flac vorbis-tools imagemagick
|
||||
|
|
Loading…
Reference in a new issue