diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-10 04:39:06 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-10 04:39:06 +0900 |
| commit | f07c92e897663fd77066fa674a22dffc0a923143 (patch) | |
| tree | 8d5360467b58585dd46ffa487df9997029619a46 | |
| parent | 962bffebb6559fa769e48f9ff588c2c69d64e3c1 (diff) | |
removal of adding user into input group
| -rwxr-xr-x | copy.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -178,12 +178,12 @@ chmod +x ~/.config/hypr/scripts/* 2>&1 | tee -a "$LOG" # Set executable for initial-boot.sh chmod +x ~/.config/hypr/initial-boot.sh 2>&1 | tee -a "$LOG" -printf "\n\n" +#printf "\n\n" # adding user to input group -printf " adding user to input group...\n" -sudo gpasswd -a $(whoami) input 2>&1 | tee -a "$LOG" +#printf " adding user to input group...\n" +#sudo gpasswd -a $(whoami) input 2>&1 | tee -a "$LOG" -printf "\n\n" +#printf "\n\n" # Additional wallpaper echo "$(tput setaf 6) By default only a few wallpapers are copied...$(tput sgr0)" read -n1 -rep "${CAT} Would you like to download additional wallpapers? (y/n)" WALL |
