9 lines
178 B
Bash
Executable File
9 lines
178 B
Bash
Executable File
# first remove the old lm studio
|
|
|
|
rm ~/AppImages/LM-Studio.AppImage
|
|
|
|
mv ~/Downloads/LM-Studio*.AppImage ~/AppImages/LM-Studio.AppImage
|
|
|
|
chmod +x ~/AppImages/LM-Studio.AppImage
|
|
|