robocan commited on
Commit
46a9157
·
1 Parent(s): f8f1652

Update on_startup.sh

Browse files
Files changed (1) hide show
  1. on_startup.sh +4 -4
on_startup.sh CHANGED
@@ -1,6 +1,6 @@
1
  #!/bin/bash
2
- sudo apt-get install -y libglib2.0-0=2.50.3-2 \
3
- libnss3=2:3.26.2-1.1+deb9u1 \
4
- libgconf-2-4=3.2.6-4+b1 \
5
- libfontconfig1=2.11.0-6.7+b1
6
 
 
1
  #!/bin/bash
2
+ sudo apt-get install -y libglib2.0-0\
3
+ libnss3 \
4
+ libgconf-2-4 \
5
+ libfontconfig1
6