Skip to content

Commit

Permalink
Updated to use in nxos docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
anupam-git committed Feb 27, 2018
1 parent e70cf35 commit ead88e9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.sh
Expand Up @@ -61,9 +61,13 @@ chmod a+x ./appimagetool-x86_64.AppImage
appimage-wrapper appimagetool-x86_64.AppImage vlc-3.0.0/build/
cp ./VLC_media_player*.AppImage release/

md5sum ./VLC_media_player*.AppImage > release/md5.txt
echo ""
echo "############################################################################"
echo ""

md5sum ./VLC_media_player*.AppImage

wget https://github.com/probonopd/uploadtool/raw/master/upload.sh -O u.sh
chmod a+x ./u.sh
curl --upload-file ./VLC_media_player*.AppImage https://transfer.sh/ > release/URL
curl --upload-file ./VLC_media_player*.AppImage https://transfer.sh/
./u.sh release/*

0 comments on commit ead88e9

Please sign in to comment.