Votre Nom il y a 1 an
Parent
commit
0246b89af1
2 fichiers modifiés avec 2 ajouts et 19 suppressions
  1. 2 0
      build_cube.sh
  2. 0 19
      pack/clean_folder.sh

+ 2 - 0
build_cube.sh

@@ -853,6 +853,8 @@ if ! grep "wareck" /etc/sudoers >/dev/null
 then
 sudo sh -c "echo \"wareck ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers"
 fi
+sudo apt-get update
+sudo apt-get install lxde lxde-icon-theme -y
 }
 
 function remove_screensaver {

+ 0 - 19
pack/clean_folder.sh

@@ -1,19 +0,0 @@
-#!/bin/bash
-echo -n "Cleaning folder..."
-if [ -f chia-miner.tar.xz ]; then sudo rm chia-miner.tar.xz;fi
-if [ -f gerbera.tar.xz ]; then sudo rm gerbera.tar.xz;fi
-if [ -f start_cgminer.tar.xz ];then sudo rm start_cgminer.tar.xz;fi
-if [ -f zfsmanager-0.0.4.wbm.gz ];then sudo rm zfsmanager-0.0.4.wbm.gz;fi
-if [ -f cgminer.conf ];then sudo rm cgminer.conf;fi
-if [ -f amdgpu-install_22.10.2.50102-1_all.deb ]; then sudo rm amdgpu-install_22.10.2.50102-1_all.deb;fi
-if [ -f amdgpu-install_22.20.50200-1_all.deb ]; then sudo rm amdgpu-install_22.20.50200-1_all.deb;fi
-if [ -f amdgpu-install_5.4.50403-1_all.deb ]; then sudo rm amdgpu-install_5.4.50403-1_all.deb;fi
-if [ -f NVIDIA-Linux-x86_64-525.105.17.run ]; then sudo rm NVIDIA-Linux-x86_64-525.105.17.run ;fi
-if [ -f gpu_miners.tar.xz ];then sudo rm gpu_miners.tar.xz ;fi
-if [ -f linux-firmware.tar.xz ]; then sudo rm linux-firmware.tar.xz;fi
-if [ -f gpu-miners.tar.xz ]; then sudo rm gpu-miners.tar.xz;fi
-if [ -f flexfarmer.tar.xz ]; then sudo rm flexfarmer.tar.xz;fi
-Webmin=$(grep "Webmin=" ../build_cube.sh  | cut -d '"' -f 2)
-if [ -f $Webmin.tar.xz ];then sudo rm $Webmin.tar.xz;fi
-
-echo "Done"