mirror of
https://github.com/relativemodder/aegnux.git
synced 2025-12-10 13:39:43 +05:00
fixed binary permissions
This commit is contained in:
@@ -12,6 +12,7 @@ rm kitty-0.43.1-x86_64.txz
|
|||||||
echo Downloading Winetricks...
|
echo Downloading Winetricks...
|
||||||
curl -LO https://raw.githubusercontent.com/Winetricks/winetricks/refs/heads/master/src/winetricks
|
curl -LO https://raw.githubusercontent.com/Winetricks/winetricks/refs/heads/master/src/winetricks
|
||||||
mv winetricks ./bin/
|
mv winetricks ./bin/
|
||||||
|
chmod +x ./bin/winetricks
|
||||||
|
|
||||||
|
|
||||||
# Download cabextract
|
# Download cabextract
|
||||||
@@ -19,6 +20,7 @@ echo Downloading Cabextract...
|
|||||||
curl -LO https://www.cabextract.org.uk/cabextract-1.11-1.x86_64.rpm
|
curl -LO https://www.cabextract.org.uk/cabextract-1.11-1.x86_64.rpm
|
||||||
bsdtar -xf cabextract-1.11-1.x86_64.rpm usr/bin/cabextract
|
bsdtar -xf cabextract-1.11-1.x86_64.rpm usr/bin/cabextract
|
||||||
mv usr/bin/cabextract ./bin/cabextract
|
mv usr/bin/cabextract ./bin/cabextract
|
||||||
|
chmod +x ./bin/cabextract
|
||||||
rm -rf usr
|
rm -rf usr
|
||||||
rm cabextract-1.11-1.x86_64.rpm
|
rm cabextract-1.11-1.x86_64.rpm
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user