This commit is contained in:
Jay Lee
2019-09-27 22:43:14 -04:00
parent d78abc92f2
commit 13d7de9501
2 changed files with 4 additions and 4 deletions

View File

@@ -29,4 +29,8 @@ else
du -h gam/gam
time $gam version extended
fi
# attempt to fix deploy phase
gem update --system
gem update
fi

View File

@@ -13,7 +13,3 @@ MACOSVERSION=$(defaults read loginwindow SystemVersionStampAsString)
GAM_ARCHIVE=gam-$GAMVERSION-$GAMOS-$PLATFORM-MacOS$MACOSVERSION.tar.xz
rm gam/lastupdatecheck.txt
tar cfJ $GAM_ARCHIVE gam/
# attempt to fix deploy phase
gem update --system
gem update