Votre Nom 1 year ago
parent
commit
d4c9183cd5
1 changed files with 4 additions and 3 deletions
  1. 4 3
      other_arch/alma.sh

+ 4 - 3
other_arch/alma.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 set -e
-Version=1.5
+Version=1.7
 
 #if (( $EUID != 0 )); then
 #   echo -e "$(tput setaf 11)This must be run as root. Try 'sudo $0'.$(tput sgr0)"
@@ -77,6 +77,7 @@ sudo dnf config-manager --set-enabled crb
 sudo dnf install -y epel-release
 sudo dnf update -y
 sudo dnf install -y tigervnc-server
+sudo chmod 777 /home/wareck/.vnc
 sudo cp /lib/systemd/system/vncserver@.service /etc/systemd/system/vncserver@:1.service
 sudo systemctl daemon-reload
 sudo systemctl start vncserver@:1
@@ -228,7 +229,7 @@ miner_
 config_
 webmin_
 
-echo -e "$(tput setaf 10)VNC password:$(tput sgr0)"
+echo -e "\n\n$(tput setaf 10)VNC password:$(tput sgr0)"
 vncpasswd
 
-echo "Process finish."
+echo "Process finished !! happy plotting."