Merge pull request #51 from JaKooLit/development

Updated readme to download to user directory instead of somewhere else
This commit is contained in:
Ja.KooLit 2024-04-29 08:30:20 +09:00 committed by GitHub
commit bcce50888a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,9 @@
> [!NOTE] > [!NOTE]
> Main reason why I have not included an uninstallation script is simple. Some packages maybe already installed on your system by default. If I create an uninstall script with packages that I have set to install, you may end up a unrecoverable system. > Main reason why I have not included an uninstallation script is simple. Some packages maybe already installed on your system by default. If I create an uninstall script with packages that I have set to install, you may end up a unrecoverable system.
> [!WARNING]
> Download this script on a directory where you have write permissions. ie. HOME. Or any directory within your home directory. Else script will fail
#### ⚠️ Pre-requisites and VERY Important! ### #### ⚠️ Pre-requisites and VERY Important! ###
- Do not run this installer as sudo or as root - Do not run this installer as sudo or as root
- This Installer requires a user with a priviledge to install packages - This Installer requires a user with a priviledge to install packages
@ -50,6 +53,7 @@ sudo nano /etc/apt/sources.list
> If you have GDM already as log-in manager, DO NOT install SDDM > If you have GDM already as log-in manager, DO NOT install SDDM
> You will encounter issues. See [`Issue 2 - SDDM`](https://github.com/JaKooLit/Debian-Hyprland/issues/2) > You will encounter issues. See [`Issue 2 - SDDM`](https://github.com/JaKooLit/Debian-Hyprland/issues/2)
#### 📷 Hyprland-Dots-v2 Featuring Rofi #### 📷 Hyprland-Dots-v2 Featuring Rofi
<p align="center"> <p align="center">
<img align="center" width="49%" src="https://raw.githubusercontent.com/JaKooLit/screenshots/main/Hyprland-ScreenShots/Debian-v2/Debian.png" /> <img align="center" width="49%" src="https://raw.githubusercontent.com/JaKooLit/screenshots/main/Hyprland-ScreenShots/Debian-v2/Waybar-Layouts.png" /> <img align="center" width="49%" src="https://raw.githubusercontent.com/JaKooLit/screenshots/main/Hyprland-ScreenShots/Debian-v2/Debian.png" /> <img align="center" width="49%" src="https://raw.githubusercontent.com/JaKooLit/screenshots/main/Hyprland-ScreenShots/Debian-v2/Waybar-Layouts.png" />
@ -112,8 +116,8 @@ sudo nano /etc/apt/sources.list
#### ✨ to run #### ✨ to run
> clone this repo (latest commit only) by using git. Change directory, make executable and run the script > clone this repo (latest commit only) by using git. Change directory, make executable and run the script
```bash ```bash
git clone --depth=1 https://github.com/JaKooLit/Debian-Hyprland.git git clone --depth=1 https://github.com/JaKooLit/Debian-Hyprland.git ~/Debian-Hyprland
cd Debian-Hyprland cd ~/Debian-Hyprland
chmod +x install.sh chmod +x install.sh
./install.sh ./install.sh
``` ```