SAStk installation script 0.1.3.0 does not support Slackware Slackware at this time.
Please explain what I modification are needed in the script.
Thank you very much in advnace.
Yev
Logged In: NO
a temp workaround is just to open up the install.sh file in vi and comment out the lines that do the check for the os version:
everything from the if to the fi, just add a # at the beginning of the line.
for me, it's lines 86-92. -ch0p
sorry, that won't work.
just make a backup of /etc/slackware-version and rm /etc/slackware-version
then run: echo "8.0" > /etc/slackware-version
and you're good to go!
Log in to post a comment.
Logged In: NO
a temp workaround is just to open up the install.sh file in
vi and comment out the lines that do the check for the os
version:
everything from the if to the fi, just add a # at the
beginning of the line.
for me, it's lines 86-92.
-ch0p
Logged In: NO
sorry, that won't work.
just make a backup of /etc/slackware-version and rm
/etc/slackware-version
then run:
echo "8.0" > /etc/slackware-version
and you're good to go!