Skip to content

Commit

Permalink
v0.3.1 with a small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rimusz committed Apr 28, 2014
1 parent 25424f2 commit 0609e6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/CoreOS GUI/CoreOS GUI-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.3.0</string>
<string>0.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>150</string>
<string>159</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
6 changes: 2 additions & 4 deletions src/first-init.command
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ ssh-add ~/.vagrant.d/insecure_private_key
# Add current user to sudoers
echo "Add current user to sudoers for the shared folder access from the VM"
sudo ~/coreos-osx/bin/install_vagrant_sudoers.command
<<<<<<< HEAD
=======
sudo chmod +w /etc/exports
>>>>>>> dev

sudo chmod 664 /etc/exports

# donwload etcdctl and fleetctl
cd ~/coreos-osx/bin
Expand Down

0 comments on commit 0609e6c

Please sign in to comment.