mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-02 13:55:13 +03:00
14 lines
220 B
Bash
14 lines
220 B
Bash
#!/bin/bash
|
|
|
|
sudo yum install -y \
|
|
@xfce-desktop-environment \
|
|
gcc-c++\
|
|
pcsc-lite \
|
|
pyotherside \
|
|
qt5-devel \
|
|
qt5-qtquickcontrols \
|
|
yubioath-desktop
|
|
|
|
# Make vagrant user passwordless
|
|
sudo passwd -d vagrant
|