mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 23:31:52 +01:00
Update NonSteamLaunchers.sh
This commit is contained in:
parent
2d456747a6
commit
5707d813c0
@ -2069,10 +2069,10 @@ if ! python -c "import setuptools" &> /dev/null; then
|
|||||||
wget -P "$download_dir" "$download_url"
|
wget -P "$download_dir" "$download_url"
|
||||||
|
|
||||||
# Extract the downloaded tar.gz file
|
# Extract the downloaded tar.gz file
|
||||||
tar -xvf "$download_dir"/setuptools-*.tar.gz -C "$download_dir"
|
tar -xvf "$download_dir/setuptools-67.8.0.tar.gz" -C "$download_dir"
|
||||||
|
|
||||||
# Change to the extracted directory
|
# Change to the extracted directory
|
||||||
cd "$download_dir"/setuptools-*/
|
cd "$download_dir/setuptools-67.8.0"
|
||||||
|
|
||||||
# Install setuptools in a custom location
|
# Install setuptools in a custom location
|
||||||
python setup.py install --prefix="$download_dir"
|
python setup.py install --prefix="$download_dir"
|
||||||
|
Loading…
Reference in New Issue
Block a user