Update dist-nix

This commit is contained in:
clsty
2025-11-04 11:45:34 +08:00
parent 7534509caa
commit 17d2d32bf1
2 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -53,8 +53,8 @@ install-bibata(){
x cd $REPO_ROOT/cache/bibata-cursor
name="Bibata-Modern-Classic"
file="$name.tar.xz"
# Use axel because `curl -O` always downloads a file with 0 byte size, idk why
x axel https://github.com/ful1e5/Bibata_Cursor/releases/latest/download/$file
try rm $file
x curl -JLO https://github.com/ful1e5/Bibata_Cursor/releases/latest/download/$file
tar -xf $file
x sudo mkdir -p /usr/local/share/icons
x sudo cp -r $name /usr/local/share/icons