~ahayzen/unity8-desktop-session/add-printing-depends

« back to all changes in this revision

Viewing changes to scripts/unity8-install

  • Committer: Ted Gould
  • Date: 2016-09-13 17:35:32 UTC
  • mto: This revision was merged to the branch mainline in revision 104.
  • Revision ID: ted@gould.cx-20160913173532-cvs3w8gx56m39tag
Adding a U8 install script

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
if [ -x ~/.snap/auth.json ] ; then
 
4
        snap install --devmode --channel=edge unity8-session
 
5
else
 
6
        sudo snap install --devmode --channel=edge unity8-session
 
7
fi