mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
Merge pull request #101 from JaKooLit/Ubuntu-24.04-LTS
Ubuntu 24.04 lts main to dev
This commit is contained in:
commit
1f624837a8
@ -191,6 +191,9 @@ source ~/.zshrc
|
|||||||
- for the install part, kindly open issue on this repo
|
- for the install part, kindly open issue on this repo
|
||||||
- for the Pre-configured Hyprland dots / configuration, submit issue [`here`](https://github.com/JaKooLit/Hyprland-Dots/issues)
|
- for the Pre-configured Hyprland dots / configuration, submit issue [`here`](https://github.com/JaKooLit/Hyprland-Dots/issues)
|
||||||
|
|
||||||
|
#### ⌨ Keybinds
|
||||||
|
- Keybinds [`CLICK`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Keybinds)
|
||||||
|
|
||||||
#### 🔧 Proper way to re-installing a particular script from install-scripts folder
|
#### 🔧 Proper way to re-installing a particular script from install-scripts folder
|
||||||
- CD into Ubuntu-Hyprland Folder and then ran the below command.
|
- CD into Ubuntu-Hyprland Folder and then ran the below command.
|
||||||
- i.e. `./install-scripts/gtk-themes` - For reinstall GTK Themes.
|
- i.e. `./install-scripts/gtk-themes` - For reinstall GTK Themes.
|
||||||
|
|||||||
@ -1,8 +0,0 @@
|
|||||||
file:///home/ja/Documents
|
|
||||||
file:///home/ja/Downloads
|
|
||||||
file:///home/ja/Pictures
|
|
||||||
file:///home/ja/Videos
|
|
||||||
file:///home/ja/00shared-drives/shared-1TB
|
|
||||||
file:///home/ja/00shared-drives/shared-500G
|
|
||||||
file:///home/ja/00shared-drives/shared-500G/000-git-packages
|
|
||||||
file:///home/ja/00shared-drives/shared-500G/Music-shared
|
|
||||||
@ -77,6 +77,7 @@ dependencies=(
|
|||||||
libxkbregistry-dev
|
libxkbregistry-dev
|
||||||
libxml2-dev
|
libxml2-dev
|
||||||
libxxhash-dev
|
libxxhash-dev
|
||||||
|
make
|
||||||
meson
|
meson
|
||||||
ninja-build
|
ninja-build
|
||||||
openssl
|
openssl
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Hyprland-Dots to download a specific release #
|
# Hyprland-Dots to download a specific release #
|
||||||
|
|
||||||
# Define the specific release version to download
|
# Define the specific release version to download
|
||||||
specific_version="v2.2.13"
|
specific_version="v2.2.13-1"
|
||||||
|
|
||||||
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
||||||
|
|
||||||
|
|||||||
@ -9,6 +9,9 @@ rofi=(
|
|||||||
doxygen
|
doxygen
|
||||||
cppcheck
|
cppcheck
|
||||||
ohcount
|
ohcount
|
||||||
|
libmpdclient-dev
|
||||||
|
libnl-3-dev
|
||||||
|
libasound2-dev
|
||||||
)
|
)
|
||||||
|
|
||||||
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
||||||
@ -50,8 +53,6 @@ printf "\n\n"
|
|||||||
# Clone and build rofi - wayland
|
# Clone and build rofi - wayland
|
||||||
printf "${NOTE} Installing rofi-wayland...\n"
|
printf "${NOTE} Installing rofi-wayland...\n"
|
||||||
|
|
||||||
printf "${NOTE} Installing rofi-wayland\n"
|
|
||||||
|
|
||||||
# Check if rofi folder exists
|
# Check if rofi folder exists
|
||||||
if [ -d "rofi" ]; then
|
if [ -d "rofi" ]; then
|
||||||
printf "${NOTE} rofi folder exists. Pulling latest changes...\n"
|
printf "${NOTE} rofi folder exists. Pulling latest changes...\n"
|
||||||
@ -83,4 +84,3 @@ mv "$MLOG" ../Install-Logs/ || true
|
|||||||
cd .. || exit 1
|
cd .. || exit 1
|
||||||
|
|
||||||
clear
|
clear
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,7 @@
|
|||||||
swappy=(
|
swappy=(
|
||||||
liblocale-msgfmt-perl
|
liblocale-msgfmt-perl
|
||||||
gettext
|
gettext
|
||||||
|
libgtk-3-dev
|
||||||
)
|
)
|
||||||
|
|
||||||
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
||||||
@ -31,7 +32,15 @@ for PKG1 in "${swappy[@]}"; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
##
|
# Force reinstall above as seems its giving issue as swappy cant be build
|
||||||
|
for PKG1 in "${swappy[@]}"; do
|
||||||
|
sudo apt-get --reinstall install "$PKG1" 2>&1 | tee -a "$LOG"
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
|
echo -e "\e[1A\e[K${ERROR} - $PKG1 Package re-installation failed, Please check the installation logs"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
printf "${NOTE} Installing swappy from source...\n"
|
printf "${NOTE} Installing swappy from source...\n"
|
||||||
|
|
||||||
# Check if folder exists and remove it
|
# Check if folder exists and remove it
|
||||||
|
|||||||
@ -5,6 +5,7 @@
|
|||||||
swww=(
|
swww=(
|
||||||
cargo
|
cargo
|
||||||
liblz4-dev
|
liblz4-dev
|
||||||
|
rustc
|
||||||
)
|
)
|
||||||
|
|
||||||
#specific branch or release
|
#specific branch or release
|
||||||
@ -35,6 +36,14 @@ for PKG1 in "${swww[@]}"; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
printf "${NOTE} Force installing packages...\n"
|
||||||
|
for FORCE in "${swww[@]}"; do
|
||||||
|
sudo apt-get --reinstall install -y "$FORCE" 2>&1 | tee -a "$LOG"
|
||||||
|
[ $? -ne 0 ] && { echo -e "\e[1A\e[K${ERROR} - $FORCE Package installation failed, Please check the installation logs"; exit 1; }
|
||||||
|
done
|
||||||
|
|
||||||
|
printf "\n\n"
|
||||||
|
|
||||||
printf "${NOTE} Installing swww\n"
|
printf "${NOTE} Installing swww\n"
|
||||||
|
|
||||||
# Check if swww folder exists
|
# Check if swww folder exists
|
||||||
@ -44,7 +53,7 @@ if [ -d "swww" ]; then
|
|||||||
git pull origin main 2>&1 | tee -a "$MLOG"
|
git pull origin main 2>&1 | tee -a "$MLOG"
|
||||||
else
|
else
|
||||||
printf "${NOTE} Cloning swww repository...\n"
|
printf "${NOTE} Cloning swww repository...\n"
|
||||||
if git clone --recursive -b $swww_tag https://github.com/Horus645/swww.git; then
|
if git clone --recursive https://github.com/Horus645/swww.git; then
|
||||||
cd swww || exit 1
|
cd swww || exit 1
|
||||||
else
|
else
|
||||||
echo -e "${ERROR} Download failed for swww" 2>&1 | tee -a "$LOG"
|
echo -e "${ERROR} Download failed for swww" 2>&1 | tee -a "$LOG"
|
||||||
@ -52,14 +61,6 @@ else
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# install new rust
|
|
||||||
# Define environment variables for non-interactive installation
|
|
||||||
export RUSTUP_INIT_SKIP_PATH_CHECK=yes
|
|
||||||
export RUSTUP_INIT_SKIP_CONFIRMATION=yes
|
|
||||||
|
|
||||||
# Download and execute the Rust installer script, automatically answering "yes" to all prompts
|
|
||||||
curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path 2>&1 | tee -a "$LOG" || true
|
|
||||||
|
|
||||||
# Proceed with the rest of the installation steps
|
# Proceed with the rest of the installation steps
|
||||||
source "$HOME/.cargo/env" || true
|
source "$HOME/.cargo/env" || true
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user