Skip to content

Commit

Permalink
Update de-yum-kde.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
exalab999 committed Jul 12, 2022
1 parent 229188f commit 83414fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Experimental/de-yum-kde.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

#Get the necessary components
yum groupinstall kde-desktop-environment --forcearch=armv7hl -y
yum install tigervnc-server --forcearch=armv7hl -y
yum groupinstall kde-desktop-environment -y
yum install tigervnc-server -y

#Setup the necessary files
mkdir ~/.vnc
Expand Down

0 comments on commit 83414fb

Please sign in to comment.